From f4f8dedcceceee7c8698d3b7ec91db11dc3f6a29 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 20 Sep 2022 19:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BB=E5=AE=9D=EF=BC=9A=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E7=9A=84=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/pushService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/game-server/app/services/pushService.ts b/game-server/app/services/pushService.ts index bc895cbf5..48e18d347 100644 --- a/game-server/app/services/pushService.ts +++ b/game-server/app/services/pushService.ts @@ -189,5 +189,6 @@ function checkNotEncryptRoute(event: string) { PUSH_ROUTE.GUILD_ACTIVITY_END, PUSH_ROUTE.GUILD_RACE_UPDATE, PUSH_ROUTE.GUILD_RACE_EVENT, + PUSH_ROUTE.TEAMMATE_ACT, ].indexOf(event) != -1 } \ No newline at end of file