bbb
This commit is contained in:
parent
4044b26196
commit
6a5ce811bc
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ def api_comment(v):
|
||||||
g.db.add(n)
|
g.db.add(n)
|
||||||
|
|
||||||
if parent.author.id != v.id:
|
if parent.author.id != v.id:
|
||||||
if len(message) > 100: notifbody = c.body[:100] + '...'
|
if len(c.body) > 100: notifbody = c.body[:100] + '...'
|
||||||
else: notifbody = c.body
|
else: notifbody = c.body
|
||||||
|
|
||||||
beams_client.publish_to_interests(
|
beams_client.publish_to_interests(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue