This commit is contained in:
Aevann1 2022-02-04 07:04:36 +02:00
parent c88729f196
commit 6d1e466987

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=1)
notif = Notification(comment_id=new_comment.id, user_id=AEVANN_ID)
db.add(notif)