mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 22:34:49 +02:00
Update engine.ts
This commit is contained in:
@@ -1471,5 +1471,9 @@ export class RoomEngine extends EngineBase<{
|
||||
super.destroy();
|
||||
this.timer.dispose();
|
||||
this.envManager.dispose();
|
||||
for (const container of this.objectContainers.values()) {
|
||||
container.destroy();
|
||||
}
|
||||
this.objectContainers.clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user