1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 18:45:35 +02:00

Update engine.ts

This commit is contained in:
syuilo
2026-04-14 03:26:34 +09:00
parent 205d2c3343
commit 0ae3eb0721

View File

@@ -762,7 +762,7 @@ export class RoomEngine {
public async init() {
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({
id: o.id,
type: o.type,