forked from rDrama/rDrama
1
0
Fork 0

disable feature temporarily

master
Aevann 2024-05-31 00:03:09 +03:00
parent 58f277f624
commit 318dcb46a9
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ def speak(data, v):
g.db.delete(existing)
g.db.flush()
if chat.id != 1:
if SITE_NAME == 'rDrama' and chat.id != 1: #disabled on wpd for now cuz it takes too long, need to put it in gevent
alrdy_here = set(online[request.referrer].keys())
memberships = g.db.query(ChatMembership).options(load_only(ChatMembership.user_id)).filter(
ChatMembership.chat_id == chat_id,