aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-talk/README.md
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/README.md
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/README.md')
-rw-r--r--recipes/nextcloud-talk/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/nextcloud-talk/README.md b/recipes/nextcloud-talk/README.md
new file mode 100644
index 0000000..e6194c2
--- /dev/null
+++ b/recipes/nextcloud-talk/README.md
@@ -0,0 +1,21 @@
1# Ferdi recipe for Nextcloud Talk
2
3Nextcloud Talk - Chat, video & audio-conferencing using WebRTC.
4
5To add Nextcloud Talk to Ferdi, Nextcloud server address should be provided in the field "Custom server".
6
7## Credits
8
9This recipe is based on [`recipe-nextcloud-talk`](https://github.com/meetfranz/recipe-nextcloud-talk).
10
11## Links
12
13Ferdi:
14
15- [Ferdi](https://getferdi.com/)
16- [Ferdi recipes](https://github.com/getferdi/recipes)
17
18Nextcloud:
19
20- [Nextcloud](https://nextcloud.com/)
21- [Nextcloud Talk](https://apps.nextcloud.com/apps/spreed)