Синхронизация сообщений, чтения в группах, синхронизация ключей групп

This commit is contained in:
RoyceDa
2026-02-24 18:15:22 +02:00
parent 773659c2ba
commit 0e240d1eeb
7 changed files with 101 additions and 59 deletions

View File

@@ -200,7 +200,7 @@ public class Boot {
this.packetManager.registerExecutor(17, new Executor17GroupCreate());
this.packetManager.registerExecutor(18, new Executor18GroupInfo());
this.packetManager.registerExecutor(19, new Executor19GroupInviteInfo());
this.packetManager.registerExecutor(20, new Executor20GroupJoin());
this.packetManager.registerExecutor(20, new Executor20GroupJoin(this.packetManager));
this.packetManager.registerExecutor(21, new Executor21GroupLeave());
this.packetManager.registerExecutor(22, new Executor22GroupBan());
this.packetManager.registerExecutor(24, new Executor24DeviceResolve(this.clientManager, this.eventManager, this.packetManager));