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:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-05-14 16:04:55 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-05-14 16:09:17 +0300
commit68f4edd713e219853c233886051e93ff3234e8d0 (patch)
treecbf8d072450e816fe9a00f81371f117781c695b4 /src/PublicShareAuthSidebar.vue
parentea1697c4e320d500b728eeb56efdb9b8012fb18a (diff)
Fix callview in sidebars
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/PublicShareAuthSidebar.vue')
-rw-r--r--src/PublicShareAuthSidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PublicShareAuthSidebar.vue b/src/PublicShareAuthSidebar.vue
index 9dda5cfcd..fd7e5ebba 100644
--- a/src/PublicShareAuthSidebar.vue
+++ b/src/PublicShareAuthSidebar.vue
@@ -28,7 +28,7 @@
<h2>{{ t('spreed', 'This conversation has ended') }}</h2>
</div>
<template v-else>
- <CallView :token="token" />
+ <CallView :token="token" :is-sidebar="true" />
<ChatView :token="token" />
</template>
</aside>