summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/TopBar/TopBarMenu.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/TopBar/TopBarMenu.vue b/src/components/TopBar/TopBarMenu.vue
index 5bc7968d3..bdde7d96a 100644
--- a/src/components/TopBar/TopBarMenu.vue
+++ b/src/components/TopBar/TopBarMenu.vue
@@ -248,11 +248,6 @@ export default {
return t('spreed', 'Fullscreen (F)')
},
- conversationHasSettings() {
- return this.conversation.type === CONVERSATION.TYPE.GROUP
- || this.conversation.type === CONVERSATION.TYPE.PUBLIC
- },
-
showModerationOptions() {
return !this.isOneToOneConversation && this.canModerate
},