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-05-26 20:16:30 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-26 20:17:19 +0300
commitfcd7960c18709fa516cc1757395cf8ff26a72fd7 (patch)
tree4e4a1b26aea1efd628162042187551bbad711b4a /src/PublicShareSidebar.vue
parent5e67921f8054f3707f0cf4abd7deecbc6be49a10 (diff)
Move X-Nextcloud-Talk-Hash handling to a mixin
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index d5f32e319..9edb2377a 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -59,6 +59,7 @@ import {
} from './services/participantsService'
import { signalingKill } from './utils/webrtc/index'
import browserCheck from './mixins/browserCheck'
+import talkHashCheck from './mixins/talkHashCheck'
export default {
@@ -71,7 +72,10 @@ export default {
PreventUnload,
},
- mixins: [browserCheck],
+ mixins: [
+ browserCheck,
+ talkHashCheck,
+ ],
props: {
shareToken: {