Skip to content

Commit

Permalink
fix(settings): Remove notification settings for guests
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 22, 2023
1 parent 194f1fe commit 2a49e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{{ t('spreed', 'Always show the device preview screen before joining a call in this conversation.') }}
</NcCheckboxRadioSwitch>

<NotificationsSettings :conversation="conversation" />
<NotificationsSettings v-if="!isGuest" :conversation="conversation" />
</NcAppSettingsSection>

<NcAppSettingsSection v-if="canFullModerate"
Expand Down

0 comments on commit 2a49e2c

Please sign in to comment.