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-15 16:18:15 +09:00
parent ddfd9f46f3
commit db5f64b097
2 changed files with 3 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ export class RoomController {
this.engine.on('changeRoomState', ({ roomState }) => {
this.roomState.value = roomState;
triggerRef(this.selected);
});
this.engine.on('playSfxUrl', ({ url, options }) => {