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-02-10 19:20:46 +0300
committerJoas Schilling <coding@schilljs.com>2020-02-11 00:04:25 +0300
commita3e233ec8462fe291f70564a37a79b18dec7cc66 (patch)
treeccdbd026f36d1da8510938b433279563924b8d5c /src/PublicShareSidebar.vue
parente91356c2a7ea119eda707631fc76c5e3ff5b2516 (diff)
Fix Public share integration
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 949fec662..fadb2b61a 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -193,7 +193,7 @@ export default {
try {
const response = await fetchConversation(this.token)
this.$store.dispatch('addConversation', response.data.ocs.data)
- this.$store.dispatch('markConversationRead', this.item.token)
+ this.$store.dispatch('markConversationRead', this.token)
// Although the current participant is automatically added to
// the participants store it must be explicitly set in the