Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-31 18:34:54 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-31 18:34:54 +0300
commitf981a352288429e670c106459ea8717661882cbd (patch)
treebacdf75aba6bfa7f694151a0121501e6fe97cdfb /src/PublicShareSidebar.vue
parentcc29be9c9e8c990dc93de2ddb6670ef27c7af9d9 (diff)
Unify the getter for the current conversation and the name of the computed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index fadb2b61a..286638918 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -93,7 +93,7 @@ export default {
},
conversation() {
- return this.$store.getters.conversations[this.token]
+ return this.$store.getters.conversation(this.token)
},
isOpen() {