[*] 日常优化

This commit is contained in:
acgist
2023-08-27 08:16:50 +08:00
parent 298378266a
commit be691965a6
5 changed files with 59 additions and 56 deletions

View File

@@ -1061,6 +1061,7 @@ public final class Taoyao implements ITaoyao {
private void roomInivte(Message message, Map<String, Object> body) {
final String roomId = MapUtils.get(body, "roomId");
final String password = MapUtils.get(body, "password");
// 安卓可以同时进入多个房间
this.roomEnter(roomId, password);
}