remotes/1693045480750635534/spooky-22
Aevann1 2022-02-04 07:04:36 +02:00
parent 297e662591
commit 82ef880372
1 changed files with 1 additions and 1 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=1)
notif = Notification(comment_id=new_comment.id, user_id=AEVANN_ID)
db.add(notif)