dev
master
@@ -44,6 +44,7 @@ class Database:
try:
self.cursor.execute(
"""INSERT INTO activity(
id,
description,
time_spent,
date_start,
@@ -56,6 +57,7 @@ class Database:
author_id
) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?)""",
(
act.id,
act.description,
act.time_spent,
act.date_start,
The note is not visible to the blocked user.