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/FilesSidebarCallViewApp.vue
parent5e67921f8054f3707f0cf4abd7deecbc6be49a10 (diff)
Move X-Nextcloud-Talk-Hash handling to a mixin
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/FilesSidebarCallViewApp.vue')
-rw-r--r--src/FilesSidebarCallViewApp.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/FilesSidebarCallViewApp.vue b/src/FilesSidebarCallViewApp.vue
index c8a5931f5..fc1af2a25 100644
--- a/src/FilesSidebarCallViewApp.vue
+++ b/src/FilesSidebarCallViewApp.vue
@@ -35,6 +35,7 @@ import { PARTICIPANT } from './constants'
import CallView from './components/CallView/CallView'
import PreventUnload from 'vue-prevent-unload'
import browserCheck from './mixins/browserCheck'
+import talkHashCheck from './mixins/talkHashCheck'
export default {
@@ -45,7 +46,10 @@ export default {
PreventUnload,
},
- mixins: [browserCheck],
+ mixins: [
+ browserCheck,
+ talkHashCheck,
+ ],
data() {
return {