bb
This commit is contained in:
parent
104b561828
commit
17588ce882
1 changed files with 26 additions and 26 deletions
|
@ -497,10 +497,10 @@ def messagereply(v):
|
||||||
g.db.add(new_comment)
|
g.db.add(new_comment)
|
||||||
g.db.flush()
|
g.db.flush()
|
||||||
|
|
||||||
|
if user_id != v.id:
|
||||||
notif = Notification(comment_id=new_comment.id, user_id=user_id)
|
notif = Notification(comment_id=new_comment.id, user_id=user_id)
|
||||||
g.db.add(notif)
|
g.db.add(notif)
|
||||||
|
|
||||||
|
|
||||||
if len(message) > 100: notifbody = message[:100] + '...'
|
if len(message) > 100: notifbody = message[:100] + '...'
|
||||||
else: notifbody = message
|
else: notifbody = message
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue