From 90966356871c17ba9b101eb50a36ae43b22f60fc Mon Sep 17 00:00:00 2001 From: chenxi Date: Fri, 19 May 2023 20:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/server_push_manager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/app/common/server_push_manager.lua b/lua/app/common/server_push_manager.lua index 13749abf..5cd3c277 100644 --- a/lua/app/common/server_push_manager.lua +++ b/lua/app/common/server_push_manager.lua @@ -14,6 +14,7 @@ end function ServerPushManager:initWhenLogin() self:addServerPushListener(ProtoMsgType.FromMsgEnum.KickOutNtf, UIManager, UIManager.showKickOut) self:addServerPushListener(ProtoMsgType.FromMsgEnum.BountyBoughtNtf, ModuleManager.BountyManager, ModuleManager.BountyManager.onBoughtBountyFinish) + self:addServerPushListener(ProtoMsgType.FromMsgEnum.NewMailNtf, ModuleManager.MailManager, ModuleManager.MailManager.needUpdateMail) end ---- 移除全局推送监听