pull/225/head
Aevann 2024-03-02 14:44:37 +02:00
parent 25627ca3ee
commit 2ad2a545f5
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ def NOTIFY_USERS(text, v, oldtext=None, ghost=False, obj=None, followers_ping=Tr
for uid, keyword_notifs in keyword_users:
for word in keyword_notifs.lower().split('\n'):
if not word: continue
if word in text:
notify_users.add(uid)