Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-10 18:09:37 +0300
committerJoas Schilling <coding@schilljs.com>2017-10-10 18:10:30 +0300
commit8ef70af937ae52f64842958bed4584eee3b3a5fd (patch)
tree63dce9169c22d0c4664de82b439d64f2c307bd7a /appinfo
parent0cdb0cc21192d00bfe9cc463140e7478e7aec85d (diff)
Activities for calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5ea2f6cee..b7f393acf 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -42,7 +42,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<bugs>https://github.com/nextcloud/spreed/issues</bugs>
<repository type="git">https://github.com/nextcloud/spreed.git</repository>
- <version>2.1.6</version>
+ <version>2.1.7</version>
<dependencies>
<nextcloud min-version="13" max-version="13" />
@@ -72,7 +72,8 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
</settings>
<providers>
- <provider>OCA\Spreed\Activity\Provider</provider>
+ <provider>OCA\Spreed\Activity\Provider\Invitation</provider>
+ <provider>OCA\Spreed\Activity\Provider\Call</provider>
</providers>
</activity>