summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-03-01 21:40:01 -0300
committerVitor Mattos <vitor@php.rio>2023-03-01 21:40:01 -0300
commit0b5268ebdc46deefc15d8cc043fdd5244795d030 (patch)
tree5112188bbeb1e8d3a5fac82b9f355c926d19eb10 /appinfo
parente088fcf40b299d58cf0f2d0cca2c6b4100e4703a (diff)
Document commands
* created developer command to document commands Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7999b080f..ab7aa2927 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -85,6 +85,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<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\Developer\UpdateDocs</command>
<command>OCA\Talk\Command\Monitor\Calls</command>
<command>OCA\Talk\Command\Monitor\HasActiveCalls</command>
<command>OCA\Talk\Command\Monitor\Room</command>