mirror of
https://github.com/openmax-server/server.git
synced 2026-05-24 12:31:42 +03:00
oops
This commit is contained in:
@@ -136,10 +136,6 @@ class TamTamWS:
|
||||
await self.auth_required(
|
||||
userPhone, self.processors.chat_info, payload, seq, websocket, userId
|
||||
)
|
||||
case self.opcodes.OK_TOKEN:
|
||||
await self.auth_required(
|
||||
userPhone, self.processors.ok_token, payload, seq, websocket
|
||||
)
|
||||
case self.opcodes.CONTACT_LIST:
|
||||
await self.auth_required(
|
||||
userPhone, self.processors.contact_list, payload, seq, websocket, userId
|
||||
|
||||
Reference in New Issue
Block a user