pull/225/head
Aevann 2024-03-11 01:29:19 +02:00
parent 6b2a71c4c6
commit 1964ca4df3
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ def speak(data, v):
to_notify = [x[0] for x in g.db.query(ChatMembership.user_id).filter(
ChatMembership.chat_id == chat_id,
ChatMembership.user_id.notin_(online[request.referrer]),
ChatMembership.user_id.notin_(online[request.referrer].keys()),
)]
for uid in to_notify:
n = ChatNotification(