fix censoring notifs

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-11 13:45:30 +02:00
parent a9b5413fb1
commit 9267d43293
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ if PUSHER_ID != 'blahblahblah':
def pusher_thread(interests, title, notifbody, url):
title = censor_slurs(title, None)
notifbody = censor_slurs(body, None)
notifbody = censor_slurs(notifbody, None)
beams_client.publish_to_interests(
interests=[interests],