This commit is contained in:
Aevann1 2021-08-25 19:41:10 +02:00
parent 31be3f8c94
commit 2b27142345

View file

@ -465,7 +465,7 @@ def api_comment(v):
continue
if user.id != v.id:
notify_users.add(user.id)
if v.id == 1: print(notify_users)
for x in notify_users:
n = Notification(comment_id=c.id, user_id=x)
g.db.add(n)