From be2780fbc4296ab4b07ff48f07d04b5d6f007276 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Sat, 15 Aug 2020 13:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/imservice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/imservice.js b/static/imservice.js index 688b6fd..bb6be96 100644 --- a/static/imservice.js +++ b/static/imservice.js @@ -800,7 +800,6 @@ IMService.prototype.listenerGroupPresence = function () { this.im.on(GoEasyIM.EVENT.GROUP_PRESENCE, (event) => { //更新在线用户数 this.room.onlineUsers.count = event.groupOnlineCount; - if (event.action == 'join' || event.action == 'online') { let userData = JSON.parse(event.userData); //添加新用户 @@ -887,6 +886,7 @@ IMService.prototype.subscribeRoomMessage = function (room, user) { this.subscribePresence(this.room.id); //订阅聊天室消息 // this.subscribeRoomMessage(this.room.id); + this.initialOnlineUsers(this.room.id) this.im.subscribeGroup([this.room.id]) .then(result => { console.log('消息订阅成功')