1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 16:56:00 +02:00
This commit is contained in:
syuilo
2026-04-22 19:10:18 +09:00
parent 09d58a3ecf
commit 20d9a03bb3
3 changed files with 4 additions and 35 deletions

View File

@@ -1633,6 +1633,7 @@ export class RoomEngine extends EventEmitter<RoomEngineEvents> {
}
public updateHeyaOptions(options: RoomState['heya']['options']) {
this.roomState.heya.options = options;
this.heyaManager.applyOptions(options);
this.emit('changeRoomState', { roomState: this.roomState });
}