This commit is contained in:
Aevann1 2022-01-16 09:42:05 +02:00
parent f491b17a59
commit 89a8da6d86
2 changed files with 3 additions and 3 deletions

View file

@ -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(