From 9267d43293e6488082d4937be03122353d539268 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 11 Aug 2022 13:45:30 +0200 Subject: [PATCH] fix censoring notifs --- files/helpers/alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index 49390c6c4..17484885a 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],