This commit is contained in:
Aevann1 2022-02-04 07:04:23 +02:00
parent f00d7ee837
commit c88729f196
2 changed files with 1 additions and 6 deletions

View file

@ -742,7 +742,7 @@ def thumbnail_thread(pid):
db.add(new_comment)
db.flush()
notif = Notification(comment_id=new_comment.id, user_id=v)
notif = Notification(comment_id=new_comment.id, user_id=1)
db.add(notif)