|
|
@@ -341,7 +341,8 @@ export class RoomAssistant {
|
|
|
roomsPerson: AllRoomUsers,
|
|
|
});
|
|
|
} else {
|
|
|
- this.room.logger.warn("超出房间上限", res.num);
|
|
|
+ this.room.logger.warn("超出房间上限");
|
|
|
+ this.socket.emit("roomMaximum");
|
|
|
}
|
|
|
// await this.notifyUsersChange(roomId, user, true);
|
|
|
} catch (error) {
|