summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-26 12:04:34 +0100
committerJoas Schilling <coding@schilljs.com>2020-03-26 12:10:28 +0100
commit21432cdb865ad8b0caa97b39a09bdbb301c1cc13 (patch)
tree1864b7be6f8cd63a7ddc4fa31e1035d58b0f95f9 /appinfo
parent5aa7998e4f013c2bc47cfee363b6a27900194571 (diff)
Combine the admin settings into one JS file so we watch less resources
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 96c5f6de1..58690804e 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>9.0.0-dev.1</version>
+ <version>9.0.0-dev.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
@@ -85,12 +85,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
</commands>
<settings>
- <admin>OCA\Talk\Settings\Admin\GeneralSettings</admin>
- <admin>OCA\Talk\Settings\Admin\AllowedGroups</admin>
- <admin>OCA\Talk\Settings\Admin\Commands</admin>
- <admin>OCA\Talk\Settings\Admin\SignalingServer</admin>
- <admin>OCA\Talk\Settings\Admin\StunServer</admin>
- <admin>OCA\Talk\Settings\Admin\TurnServer</admin>
+ <admin>OCA\Talk\Settings\Admin\AdminSettings</admin>
<admin-section>OCA\Talk\Settings\Admin\Section</admin-section>
</settings>