remotes/1693045480750635534/spooky-22
Aevann1 2022-01-27 19:07:10 +02:00
parent 54d8e09c74
commit 386aac4a8e
1 changed files with 1 additions and 1 deletions

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}'],