fix group mentions charging even if u were a member

pull/139/head
Aevann 2023-03-10 04:17:13 +02:00
parent 9cf396c106
commit 54bd633fda
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ def NOTIFY_USERS(text, v, oldtext=None, ghost=False):
notify_users.update(members)
if ghost or v.id not in members:
if ghost or v.id not in group.member_ids:
if group.name == 'biofoids': mul = 10
else: mul = 5