-
Notifications
You must be signed in to change notification settings - Fork 11k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #547 where editing channel/group name crashed RoomManager's ope…
…nRoom tracker Bug is a side effect of User friendly URLs #18. The commit changed Room subscription based on room id to room name.. It created a new room subscription, but didn't remove the old name from the RoomManager's openedRooms cache. Whenever the tracker ran, an 'undefined' room was returned because the old room name was invalid. Adds code that observes room name changes, closes the old room, and opens the new room via the RoomManager. There is still a small bug where the room name changed message is not displayed to the user who changed the name probably due to the message stream subscribing after the message was sent.
- Loading branch information
Showing
4 changed files
with
76 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters