-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the rooms list is always freshly updated. (#51)
Sometimes an `Event::Signal` gets lost (applied to a different event generation), so we were missing them in the rooms_list event handler. This manifested as some rooms failing to be displayed if they were discovered after a user had clicked away from the rooms_list screen and then navigated back to the screen. Now, we check for updates to the rooms on every event handler, which ensures we never miss any updates even if an `Event::Signal` was missed.
- Loading branch information
1 parent
cafc78b
commit 3f94b3a
Showing
4 changed files
with
33 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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