forked from MarseyWorld/MarseyWorld
fix (some) notifications
parent
57bf5867a6
commit
15d67f266d
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue