1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 07:05:34 +02:00
This commit is contained in:
syuilo
2026-04-24 11:36:35 +09:00
parent 0b50aa9d13
commit 634bae3c49
2 changed files with 7 additions and 5 deletions

View File

@@ -303,6 +303,7 @@ export class RoomObjectPreviewEngine {
public updateObjectOption(key: string, value: any) {
this.objectOptions[key] = value;
this.objectInstance?.onOptionsUpdated?.([key, value]);
return this.objectOptions;
}
public clear() {