MAX: обновление настроек приватности

This commit is contained in:
Alexey Polyakov
2026-04-24 17:17:33 +03:00
parent 9fcba1af86
commit 35a4101608
6 changed files with 98 additions and 2 deletions

View File

@@ -246,6 +246,15 @@ class OnemeWS:
seq,
websocket,
)
case self.opcodes.CONFIG:
await self.auth_required(
userPhone,
self.processors.update_config,
payload,
seq,
websocket,
userPhone,
)
case _:
self.logger.warning(f"Неизвестный опкод {opcode}")
except websockets.exceptions.ConnectionClosed: