remotes/1693045480750635534/spooky-22
Aevann1 2022-01-21 21:58:42 +02:00
parent 4106c26f06
commit 9957bcb84f
1 changed files with 1 additions and 5 deletions

View File

@ -460,7 +460,7 @@ def api_comment(v):
if len(c.body) > 500: notifbody = c.body[:500] + '...'
else: notifbody = c.body
try:
if PUSHER_ID:
beams_client.publish_to_interests(
interests=[f'{request.host}{parent.author.id}'],
publish_body={
@ -483,10 +483,6 @@ def api_comment(v):
}
},
)
except Exception as e:
print(e)
print(c.id)
vote = CommentVote(user_id=v.id,
comment_id=c.id,