remotes/1693045480750635534/spooky-22
Aevann1 2022-08-11 13:40:36 +02:00
parent f563d6b932
commit 861b16478b
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ if PUSHER_ID != 'blahblahblah':
beams_client = PushNotifications(instance_id=PUSHER_ID, secret_key=PUSHER_KEY)
def pusher_thread(interests, title, notifbody, url):
title = censor_slurs(title)
notifbody = censor_slurs(body)
title = censor_slurs(title, None)
notifbody = censor_slurs(body, None)
beams_client.publish_to_interests(
interests=[interests],