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>2022-09-22 17:48:24 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-28 18:41:29 +0300
commit71a6d62f45901d5f2b7a4d69ac7d7e48da7cecba (patch)
treebc333ed98ebd4fde61312692d85f4add3f526c54 /appinfo
parent5430eeeffb36fcae52bbdb37277dc8bdd96b0d97 (diff)
Move talk:active-calls to dedicated Monitor namespace
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7368d4dc3..4f92d5786 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -78,12 +78,12 @@ 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>
<command>OCA\Talk\Command\Command\ListCommand</command>
<command>OCA\Talk\Command\Command\Update</command>
+ <command>OCA\Talk\Command\Monitor\HasActiveCalls</command>
<command>OCA\Talk\Command\Stun\Add</command>
<command>OCA\Talk\Command\Stun\Delete</command>
<command>OCA\Talk\Command\Stun\ListCommand</command>