-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for user mentions in channels with 100+ members (#3043)
* Fix MembersViewController not showing user ids as fallback * Increase member page size in MembersViewController (DemoApp) * Debounce user mention suggestions * Add support for user mentions in channels with 100+ members * When the debouncer has a 0 value, execute the action immediately * Fix ComposerVC_Tests * Add test coverage to data source factory method * Update CHANGELOG.md * Add mentionAllAppUsers config * Make the debouncer faster for user mentions * Make sure the previous result does not impact the new search if it is not related * Disable BG Mapping for Member List Controller * When the mention already exists do not show results * Add test coverage * Fix UI Tests * Fix mentionAllAppUsers when tapping mention with ID * Add protection againsts delayed user mention requests
- Loading branch information
1 parent
7e9b17b
commit e25100b
Showing
14 changed files
with
288 additions
and
46 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
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
Oops, something went wrong.