fix portal teardown (#2370)

pull/2374/head
David Luzar 4 years ago committed by GitHub
parent b06cf86811
commit 68aafe31f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,6 +49,8 @@ class Portal {
this.socket = null;
this.roomID = null;
this.roomKey = null;
this.socketInitialized = false;
this.broadcastedElementVersions = new Map();
}
isOpen() {

Loading…
Cancel
Save