aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextcloud-talk/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-12-20 19:22:21 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-12-20 19:22:21 +0100
commita54d5cfa8564ee77f1a08972edb1f4bdfe4248a4 (patch)
treefb19d5c6cb80005059b456e4ba7ce4710f388b5f /uncompressed/nextcloud-talk/index.js
parent#15 Add mastodon recipe (diff)
parentAdd Zimbra recipe (diff)
downloadferdium-recipes-a54d5cfa8564ee77f1a08972edb1f4bdfe4248a4.tar.gz
ferdium-recipes-a54d5cfa8564ee77f1a08972edb1f4bdfe4248a4.tar.zst
ferdium-recipes-a54d5cfa8564ee77f1a08972edb1f4bdfe4248a4.zip
Merge branch 'master' of https://github.com/getferdi/recipes
Diffstat (limited to 'uncompressed/nextcloud-talk/index.js')
-rw-r--r--uncompressed/nextcloud-talk/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/uncompressed/nextcloud-talk/index.js b/uncompressed/nextcloud-talk/index.js
new file mode 100644
index 0000000..29cab0e
--- /dev/null
+++ b/uncompressed/nextcloud-talk/index.js
@@ -0,0 +1,8 @@
1"use strict";
2
3module.exports = Franz => class Nextcloud extends Franz {
4 buildUrl(url) {
5 return `${url}/apps/spreed/`;
6 }
7
8}; \ No newline at end of file