summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco <marcoambrosini@icloud.com>2022-11-29 10:14:41 +0100
committerMarco <marcoambrosini@icloud.com>2023-01-24 15:09:08 +0000
commit3c86774bda7e43e968a7fec038e6b4463a8bf6eb (patch)
treec00961a29202c440610665a4013b7c61f7a561dd /src
parente04756999c837bf93062704d1d64cafef3d83e80 (diff)
Remove unused function
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
},