diff --git a/src/components/ConversationSettings/ConversationSettingsDialog.vue b/src/components/ConversationSettings/ConversationSettingsDialog.vue index 10bdf3d9517..732d278176f 100644 --- a/src/components/ConversationSettings/ConversationSettingsDialog.vue +++ b/src/components/ConversationSettings/ConversationSettingsDialog.vue @@ -208,8 +208,8 @@ export default { canFullModerate() { return this.selfIsOwnerOrModerator - && this.conversation.type !== CONVERSATION.TYPE.ONE_TO_ONE - && this.conversation.type !== CONVERSATION.TYPE.ONE_TO_ONE_FORMER + && (this.conversation.type === CONVERSATION.TYPE.GROUP + || this.conversation.type === CONVERSATION.TYPE.PUBLIC) }, canDeleteConversation() {