gemercheung 3 năm trước cách đây
mục cha
commit
54b43b4b9a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
   }
 
   /**