This commit is contained in:
Aevann1 2022-01-17 13:06:12 +02:00
parent ef4a414275
commit 47d19b5b4e
12 changed files with 44 additions and 40 deletions

View file

@ -467,7 +467,8 @@ def api_comment(v):
if parent.author.id != v.id:
if len(c.body) > 500: notifbody = c.body[:500] + '...'
else: notifbody = c.body
elif c.body: notifbody = c.body
else: notifbody = ''
beams_client.publish_to_interests(
interests=[f'{request.host}{parent.author.id}'],