fix (some) notifications

remotes/1693045480750635534/spooky-22
atrc445 2021-09-16 22:29:40 +02:00
parent 57bf5867a6
commit 15d67f266d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ def send_notification(vid, user, text, db=None):
notif = Notification(comment_id=new_comment.id,
user_id=uid)
db.add(notif)
db.commit()
def send_follow_notif(vid, user, text):