fix chat 500 error

master
Aevann 2024-04-10 14:23:31 +02:00
parent 844f3e4e17
commit 3fdd5f58cd
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,9 @@ def connect(v):
join_room(room)
if not online.get(room):
online[room] = {}
if not typing.get(room):
typing[room] = []