remotes/1693045480750635534/spooky-22
Aevann1 2022-01-25 20:22:34 +02:00
parent 93f92a6f5e
commit 55d0e57ea9
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
else: notifbody = c.body or ''
beams_client.publish_to_interests(
interests=[f'{request.host}{parent.author.id}'],