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
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-05-27 20:22:28 +0300
commit30e5deb7614bf876e48064e59069a301b7c3f742 (patch)
tree03c03c6176e53a2012774145d49a1f48cbead07d /src/FilesSidebarCallViewApp.vue
parent3e25134a79a8d398621a88f3af528ab3f655369b (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 {