gemercheung 3 years ago
parent
commit
54b43b4b9a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/controller/room/assistant.js

+ 1 - 0
src/controller/room/assistant.js

@@ -216,6 +216,7 @@ export class RoomAssistant {
     } else {
       this.room.logger.info(`已加入房间 :`, { userId });
     }
+    await this.notifyUsersChange(roomId, user, true);
   }
 
   /**