aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mattermost/package.json
diff options
context:
space:
mode:
authorLibravatar Pierre de La Morinerie <kemenaran@gmail.com>2021-05-21 08:23:26 +0200
committerLibravatar GitHub <noreply@github.com>2021-05-21 11:53:26 +0530
commit8ad331d4384a2adf610834340066db4440e92694 (patch)
tree9f5221681f5938845d345ab26ff46c1248a8a649 /recipes/mattermost/package.json
parentAdded new recipe: google-contacts (fixes #487) (diff)
downloadferdium-recipes-8ad331d4384a2adf610834340066db4440e92694.tar.gz
ferdium-recipes-8ad331d4384a2adf610834340066db4440e92694.tar.zst
ferdium-recipes-8ad331d4384a2adf610834340066db4440e92694.zip
Mattermost: fix unreads count (#519)
* 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).
Diffstat (limited to 'recipes/mattermost/package.json')
-rw-r--r--recipes/mattermost/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mattermost/package.json b/recipes/mattermost/package.json
index 52a1908..f30a0a6 100644
--- a/recipes/mattermost/package.json
+++ b/recipes/mattermost/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "mattermost", 2 "id": "mattermost",
3 "name": "Mattermost", 3 "name": "Mattermost",
4 "version": "1.2.2", 4 "version": "1.2.3",
5 "description": "Mattermost", 5 "description": "Mattermost",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",