aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mattermost/package.json
Commit message (Collapse)AuthorAge
* Mattermost: fix unreads count (#519)Libravatar Pierre de La Morinerie2021-05-21
| | | | | | | | | | | | | | | | | * Mattermost: fix unreads count The "Unread messages" badge was broken for two reasons. 1. Mattermost introduced a new configurable Sidebar, which broke the selectors used by the recipe. _Note that the legacy sidebar can still be enabled, and may also_ _be displayed by older Mattermost instances. So for compatibility,_ _the legacy selectors are kept._ 2. Direct group messages (direct messages sent to more than one person) weren't counted at all. Now these messages are properly counted as direct messages (because that's how Mattermost UI considers them).
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>