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