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>2020-05-27 12:36:47 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-27 17:20:40 +0300
commite7ee833c0dfa44b14eccc1ffd7ea922ec5b99460 (patch)
tree89a0709ebcbf1cc8405043a6121327cb2179397a /appinfo/info.xml
parent207d9eedb969bef939d346b27c15bfa8748212cf (diff)
Add a command to detect active calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f52424540..e7bfcc7e6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -71,6 +71,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
</repair-steps>
<commands>
+ <command>OCA\Talk\Command\ActiveCalls</command>
<command>OCA\Talk\Command\Command\Add</command>
<command>OCA\Talk\Command\Command\AddSamples</command>
<command>OCA\Talk\Command\Command\Delete</command>