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