fix (some) notifications

This commit is contained in:
atrc445 2021-09-16 22:29:40 +02:00
parent 096a95b7a5
commit 14e771dea3

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):