We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8e5b2 commit f49b222Copy full SHA for f49b222
src/components/ConversationSettings/ConversationSettingsDialog.vue
@@ -47,11 +47,11 @@
47
<NotificationsSettings :conversation="conversation" />
48
</NcAppSettingsSection>
49
50
- <NcAppSettingsSection v-if="canFullModerate && !isNoteToSelf"
+ <NcAppSettingsSection v-if="canFullModerate"
51
id="conversation-settings"
52
:title="t('spreed', 'Moderation')">
53
- <ListableSettings :token="token" />
54
- <LinkShareSettings ref="linkShareSettings" />
+ <ListableSettings v-if="!isNoteToSelf" :token="token" />
+ <LinkShareSettings v-if="!isNoteToSelf" ref="linkShareSettings" />
55
<ExpirationSettings :token="token" can-full-moderate />
56
57
<NcAppSettingsSection v-else
0 commit comments