MAX: отдача черного списка

This commit is contained in:
Alexey Polyakov
2026-04-24 23:31:55 +03:00
parent 810d480dbd
commit cd9ba981ae
5 changed files with 91 additions and 1 deletions

View File

@@ -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,