mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update engine.ts
This commit is contained in:
parent
3eafdbe57a
commit
773077470e
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export class RoomEngine extends EngineBase<{
|
|||
...deepClone(roomState),
|
||||
installedObjects: roomState.installedObjects.map(o => ({
|
||||
...o,
|
||||
options: { ...getObjectDef(o.type).options.default, ...o.options },
|
||||
options: { ...deepClone(getObjectDef(o.type).options.default), ...o.options },
|
||||
})),
|
||||
};
|
||||
this.roomAttachments = roomAttachments;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue