Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add warning about kicking out people in settings
In the settings dialog there are now warnings to tell that people will
be removed from calls when either enabling the lobby or locking a
conversation.

Signed-off-by: Vincent Petry <[email protected]>
  • Loading branch information
PVince81 committed Feb 19, 2021
commit 9d6d6a07eb241690cfe3a869ce15a85919ffc1fe
1 change: 1 addition & 0 deletions src/components/ConversationSettings/LobbySettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<div class="app-settings-subsection">
<div id="moderation_settings_enable_lobby_hint" class="app-settings-section__hint">
{{ t('spreed', 'Enabling the lobby only allows moderators to post messages.') }}
{{ t('spreed', 'This will also remove non-moderators from ongoing calls.') }}
</div>
<div>
<input id="moderation_settings_enable_lobby_checkbox"
Expand Down
1 change: 1 addition & 0 deletions src/components/ConversationSettings/LockingSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<div class="app-settings-subsection">
<div id="moderation_settings_lock_conversation_hint" class="app-settings-section__hint">
{{ t('spreed', 'Locking the conversation prevents anyone to post messages or start calls.') }}
{{ t('spreed', 'This will also terminate ongoing calls.') }}
</div>
<div>
<input id="moderation_settings_lock_conversation_checkbox"
Expand Down