mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-15 08:05:36 +02:00
Update engine.ts
This commit is contained in:
@@ -762,7 +762,7 @@ export class RoomEngine {
|
|||||||
|
|
||||||
public async init() {
|
public async init() {
|
||||||
await this.loadRoomModel();
|
await this.loadRoomModel();
|
||||||
await this.loadEnvModel();
|
//await this.loadEnvModel();
|
||||||
await Promise.all(this.roomState.installedObjects.filter(o => !SNAPSHOT_RENDERING || !SNAPSHOT_RENDERING_NON_SUPPORTED_OBJECTS.includes(o.type)).map(o => this.loadObject({
|
await Promise.all(this.roomState.installedObjects.filter(o => !SNAPSHOT_RENDERING || !SNAPSHOT_RENDERING_NON_SUPPORTED_OBJECTS.includes(o.type)).map(o => this.loadObject({
|
||||||
id: o.id,
|
id: o.id,
|
||||||
type: o.type,
|
type: o.type,
|
||||||
|
|||||||
Reference in New Issue
Block a user