sfd
This commit is contained in:
parent
c88729f196
commit
6d1e466987
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue