mirror of
https://github.com/openmax-server/server.git
synced 2026-06-12 22:01:43 +03:00
TamTam && MAX: история (в мохе она вроде теперь получше работает)
This commit is contained in:
@@ -95,6 +95,10 @@ class TTWebSocketServer:
|
||||
await self.auth_required(
|
||||
userPhone, self.processors.contact_info, payload, seq, websocket
|
||||
)
|
||||
case self.opcodes.CHAT_HISTORY:
|
||||
await self.auth_required(
|
||||
userPhone, self.processors.chat_history, payload, seq, websocket, userId
|
||||
)
|
||||
case _:
|
||||
self.logger.warning(f"Неизвестный опкод {opcode}")
|
||||
except websockets.exceptions.ConnectionClosed:
|
||||
|
||||
Reference in New Issue
Block a user