Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
Marky @ Instant committed Sep 11, 2024
1 parent 441af5a commit 4484ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/packages/core/src/Reactor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,7 @@ export default class Reactor {

_tryJoinRoom(roomId) {
this._trySendAuthed(uuid(), { op: "join-room", "room-id": roomId });
delete this._roomsPendingLeave[roomId];
}

_tryLeaveRoom(roomId) {
Expand Down

0 comments on commit 4484ad4

Please sign in to comment.