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-08-12 14:19:36 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-12 16:26:26 +0300
commitfae4ecbf51d83f0c75ff58e31545729f5a6356bd (patch)
tree315a80e3f8d8cf5e041f7e8b3c60cc607e6efb5a
parentec00a1b63637451b1cee26da74b8432d188883e3 (diff)
Specify settings section ID
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--src/components/ConversationSettings/ConversationSettingsDialog.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ConversationSettings/ConversationSettingsDialog.vue b/src/components/ConversationSettings/ConversationSettingsDialog.vue
index d0452fc4e..8ffe2c905 100644
--- a/src/components/ConversationSettings/ConversationSettingsDialog.vue
+++ b/src/components/ConversationSettings/ConversationSettingsDialog.vue
@@ -86,6 +86,7 @@
<SipSettings v-if="canUserEnableSIP" />
</AppSettingsSection>
<AppSettingsSection v-if="canFullModerate && matterbridgeEnabled"
+ id="matterbridge"
:title="t('spreed', 'Matterbridge')">
<MatterbridgeSettings />
</AppSettingsSection>