fd
This commit is contained in:
parent
61b91a7ac6
commit
522b6c9810
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ def api_comment(v):
|
||||||
|
|
||||||
if parent.author.id != v.id and PUSHER_ID:
|
if parent.author.id != v.id and PUSHER_ID:
|
||||||
if len(c.body) > 500: notifbody = c.body[:500] + '...'
|
if len(c.body) > 500: notifbody = c.body[:500] + '...'
|
||||||
else: notifbody = c.body
|
else: notifbody = c.body or ''
|
||||||
|
|
||||||
beams_client.publish_to_interests(
|
beams_client.publish_to_interests(
|
||||||
interests=[f'{request.host}{parent.author.id}'],
|
interests=[f'{request.host}{parent.author.id}'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue