cv
This commit is contained in:
parent
0d5eeaa9eb
commit
d2611929c0
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 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}'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue