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