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/PublicShareAuthSidebar.vue
parent5e67921f8054f3707f0cf4abd7deecbc6be49a10 (diff)
Move X-Nextcloud-Talk-Hash handling to a mixin
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/PublicShareAuthSidebar.vue')
-rw-r--r--src/PublicShareAuthSidebar.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/PublicShareAuthSidebar.vue b/src/PublicShareAuthSidebar.vue
index 33e8099dd..fd46d399d 100644
--- a/src/PublicShareAuthSidebar.vue
+++ b/src/PublicShareAuthSidebar.vue
@@ -49,6 +49,7 @@ import {
} from './services/participantsService'
import { signalingKill } from './utils/webrtc/index'
import browserCheck from './mixins/browserCheck'
+import talkHashCheck from './mixins/talkHashCheck'
export default {
@@ -59,7 +60,10 @@ export default {
ChatView,
},
- mixins: [browserCheck],
+ mixins: [
+ browserCheck,
+ talkHashCheck,
+ ],
data() {
return {