Details
Details
I tested this stack with the following steps on both web and native:
- Make sure users get auto-added to a sidebar when @-mentioned
- Test mentions typeahead and make sure it includes all members of parent
- If a user is @-mentioned in a text message that triggers the creation of a sidebar, then make sure they are included in the sidebar creation message
- If a user is @-mentioned in a text message that triggers the creation of a sidebar, then make sure their name is bolded from the very start of when the message is visible on-screen
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/shared/thread-utils.js | ||
---|---|---|
1563–1565 ↗ | (On Diff #22799) | Could we do members.push(...mentionedNewMembers); here? |