This commit is contained in:
Aevann1 2022-01-27 19:07:10 +02:00
parent 0d5eeaa9eb
commit d2611929c0

View file

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