fd
This commit is contained in:
parent
e4a2ed4d4a
commit
6fef294066
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ def send_notification(vid, user, text):
|
||||||
notif = Notification(comment_id=new_comment.id,
|
notif = Notification(comment_id=new_comment.id,
|
||||||
user_id=uid)
|
user_id=uid)
|
||||||
g.db.add(notif)
|
g.db.add(notif)
|
||||||
g.db.commit()
|
|
||||||
|
|
||||||
|
|
||||||
def send_follow_notif(vid, user, text):
|
def send_follow_notif(vid, user, text):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue