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:
authorVincent Petry <vincent@nextcloud.com>2021-02-25 18:01:32 +0300
committerVincent Petry <vincent@nextcloud.com>2021-02-25 18:01:32 +0300
commitc3f60426bef2ab47b38006dcc823ce1af69e3284 (patch)
tree3cda82b3e2b23fc4b47130427150032134979423 /src/PublicShareSidebar.vue
parentdd1f2d71439c78c98025538d110c2d8ad9ebb94e (diff)
Remove obsolete usage of token attr in ChatView
Signed-off-by: Vincent Petry <vincent@nextcloud.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 7ec30e1cc..ecfe17d63 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -37,7 +37,7 @@
:is-sidebar="true" />
<PreventUnload :when="warnLeaving" />
<CallButton class="call-button" />
- <ChatView :token="token" />
+ <ChatView />
</template>
</aside>
</transition>