Skip to content

Commit f49b222

Browse files
committed
fixup! Adjust the UI options based on capabilities
1 parent 6b8e5b2 commit f49b222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ConversationSettings/ConversationSettingsDialog.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
<NotificationsSettings :conversation="conversation" />
4848
</NcAppSettingsSection>
4949

50-
<NcAppSettingsSection v-if="canFullModerate && !isNoteToSelf"
50+
<NcAppSettingsSection v-if="canFullModerate"
5151
id="conversation-settings"
5252
:title="t('spreed', 'Moderation')">
53-
<ListableSettings :token="token" />
54-
<LinkShareSettings ref="linkShareSettings" />
53+
<ListableSettings v-if="!isNoteToSelf" :token="token" />
54+
<LinkShareSettings v-if="!isNoteToSelf" ref="linkShareSettings" />
5555
<ExpirationSettings :token="token" can-full-moderate />
5656
</NcAppSettingsSection>
5757
<NcAppSettingsSection v-else

0 commit comments

Comments
 (0)