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
4c957ecd9b
commit
2873768cd2
1 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue