summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-18 10:26:03 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-18 10:31:20 +0200
commit1755fd51ce42ae587d0b1690ac56afa1edc8c9f3 (patch)
treef9636113a666af048223ea0ebad9a35cedd1b84a /appinfo
parent07a838c3663c479e44e0200e2156f848e98451f5 (diff)
feat(consent): Save recording consent to DB and allow retrieving with OCC
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7fe21f5e2..facdbb354 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>18.0.0-dev.7</version>
+ <version>18.0.0-dev.8</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
@@ -97,6 +97,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<command>OCA\Talk\Command\Monitor\Calls</command>
<command>OCA\Talk\Command\Monitor\HasActiveCalls</command>
<command>OCA\Talk\Command\Monitor\Room</command>
+ <command>OCA\Talk\Command\Recording\Consent</command>
<command>OCA\Talk\Command\Room\Add</command>
<command>OCA\Talk\Command\Room\Create</command>
<command>OCA\Talk\Command\Room\Delete</command>