mirror of
https://github.com/openmax-server/server.git
synced 2026-06-16 16:08:25 +03:00
MAX: отдача черного списка
This commit is contained in:
@@ -227,6 +227,15 @@ class OnemeWS:
|
||||
websocket,
|
||||
userId,
|
||||
)
|
||||
case self.opcodes.CONTACT_LIST:
|
||||
await self.auth_required(
|
||||
userPhone,
|
||||
self.processors.contact_list,
|
||||
payload,
|
||||
seq,
|
||||
websocket,
|
||||
userId,
|
||||
)
|
||||
case self.opcodes.COMPLAIN_REASONS_GET:
|
||||
await self.auth_required(
|
||||
userPhone,
|
||||
|
||||
Reference in New Issue
Block a user