diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index 49390c6c45..17484885a4 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -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],