This commit is contained in:
Aurastic 2026-05-08 15:22:01 +05:30 committed by GitHub
commit f2c7b2fa67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2763,7 +2763,7 @@ export const PS = new class extends PSModel {
if (!PS.server.registered) return;
let autojoins: string[] = [];
let autojoinCount = 0;
let rooms = this.rightRoomList;
let rooms = [...this.rightRoomList, ...this.leftRoomList, ...this.miniRoomList];
for (let roomid of rooms) {
let room = PS.rooms[roomid] as ChatRoom;
if (!room) return;