add @jannies to notify all jannies

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-23 01:50:56 +02:00
parent 27c1970575
commit c4103cfaf4
1 changed files with 4 additions and 1 deletions

View File

@ -91,7 +91,10 @@ def NOTIFY_USERS(text, v):
names = set(m.group(2) for m in mention_regex.finditer(text))
for user in get_users(names, graceful=True):
if v.id != user.id and not v.any_block_exists(user):
if user.username == 'jannies':
admins = [x[0] for x in g.db.query(User.id).filter(User.admin_level > 1).all()]
notify_users.update(admins)
elif v.id != user.id and not v.any_block_exists(user):
notify_users.add(user.id)
if SITE_NAME == "WPD" and 'daisy' in text.lower():