Синхронизация сообщений, чтения в группах, синхронизация ключей групп
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user