Unresolved
Pinned fields
Click on the next to a field label to start pinning.
Details
Mana
8Assignee
Saturnino AbrilSaturnino AbrilQA Assignee
Lindy IsherwoodLindy IsherwoodReporter
Lindsay BrockLindsay Brock(Deactivated)Fix versions
Sprint
None
Details
Details
Mana
8
Assignee
Saturnino Abril
Saturnino AbrilQA Assignee
Lindy Isherwood
Lindy IsherwoodReporter
Lindsay Brock
Lindsay Brock(Deactivated)Fix versions
Sprint
None
Checklist
Checklist
Checklist
Created July 27, 2016 at 10:35 PM
Updated May 21, 2018 at 5:25 PM
Before starting work on this ticket, please check the GitHub help wanted issue first to see if anyone has started on it: https://github.com/mattermost/platform/issues/4755
A) Join/leave messages should:
Never trigger a desktop notification unless you are mentioned by someone else (eg @lindsay added @asaad to the channel)
Never trigger an “Unread” bolded channel name unless you are mentioned by someone else (eg @lindsay added @asaad to the channel)
B) Update the grammar for the messages:
Switch the joined a channel message to say:
@lindsay joined the channel.
Switch the left a channel message to say:
@lindsay left the channel.
Switch the added to a channel message to say:
@lindsay added @asaad to the channel.
C) Combine Consecutive join/leave messages
System messages related to joining, leaving, and adding/removing people from channels are combined into one post if they happen one after another, without any non-action messages in between. The messages are simply appended to the first message, and appear in the order that they occur.
Example:
@lindsay joined the channel. @lindsay added @asaad to the channel. @lindsay left the channel. @jason joined the channel.