mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 07:05:34 +02:00
wip
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user