-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add handle in for archive room * Correct Typo and change call arg to room_id * Fix bug calling typo'd attribute * Use room.id as arg to UpdateState.call * use get_by instead of get, use more general var names for flexibility * revert back to get(id) instead of get_by(id) * handle_in for reactivation of room * Renaming to UpdateRoom as it only functions to update rooms currently * refactor broadcast to match new pattern * Notify subscribers when room has changed (#2) * Track archived support rooms (#3) * Add room state to support room presence * Update support presence if support room state changes * Update support state after reactivate room * Update support state after reactivate room (#4) * Change function name and handle_in call key name * Use GetRoom so tuple is returned * update getroom to include call * fix syntax to remove single additional space * Fix indentation
- Loading branch information
1 parent
9db3194
commit 3e93eb7
Showing
4 changed files
with
49 additions
and
10 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