aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-talk/package.json
diff options
context:
space:
mode:
authorLibravatar Edgars <Edgars+GitHub@gaitenis.id.lv>2020-11-10 12:50:46 +0200
committerLibravatar Edgars <Edgars+GitHub@gaitenis.id.lv>2020-11-10 12:50:46 +0200
commita363b98e38b7b3091cb2ba11cebed0cc53bedc6b (patch)
tree13a55fcc31da0fcd1f62f9b83ceffc6955110009 /recipes/nextcloud-talk/package.json
parentMerge pull request #351 from tpapamichail/master (diff)
downloadferdium-recipes-a363b98e38b7b3091cb2ba11cebed0cc53bedc6b.tar.gz
ferdium-recipes-a363b98e38b7b3091cb2ba11cebed0cc53bedc6b.tar.zst
ferdium-recipes-a363b98e38b7b3091cb2ba11cebed0cc53bedc6b.zip
Nextcloud Talk: Hide unrelated notifications and fix notifications count
`service.css` was updated to: - unhide contacts menu; - hide notifications that are not related to Nextcloud Talk; - hide "Dismiss all notifications" as this action would also dismiss hidden notifications. `webview.js` was updated to fix notifications (both direct and indirect) count retrieval. `README.md` was added.
Diffstat (limited to 'recipes/nextcloud-talk/package.json')
-rw-r--r--recipes/nextcloud-talk/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/nextcloud-talk/package.json b/recipes/nextcloud-talk/package.json
index dcb5508..9a25f10 100644
--- a/recipes/nextcloud-talk/package.json
+++ b/recipes/nextcloud-talk/package.json
@@ -2,7 +2,7 @@
2 "id": "nextcloud-talk", 2 "id": "nextcloud-talk",
3 "name": "Nextcloud Talk", 3 "name": "Nextcloud Talk",
4 "version": "1.0.2", 4 "version": "1.0.2",
5 "description": "Nextcloud Talk", 5 "description": "Nextcloud Talk - chat, video & audio-conferencing using WebRTC",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT", 8 "license": "MIT",