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-07-31 14:10:50 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-31 14:10:50 +0300
commitf79d1664a7d3b07ac22d364920a0e766ec9339b0 (patch)
treefb33b17ba71d39382f90c9ebeb4b26d05946947a /src/PublicShareAuthSidebar.vue
parent8fdeeedf6012d1f05d608a30f315331a52cf255b (diff)
Only show browser warning when interacting with talk
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/PublicShareAuthSidebar.vue')
-rw-r--r--src/PublicShareAuthSidebar.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/PublicShareAuthSidebar.vue b/src/PublicShareAuthSidebar.vue
index c4ad49552..d9e4af857 100644
--- a/src/PublicShareAuthSidebar.vue
+++ b/src/PublicShareAuthSidebar.vue
@@ -48,7 +48,6 @@ import {
leaveConversationSync,
} from './services/participantsService'
import { signalingKill } from './utils/webrtc/index'
-import browserCheck from './mixins/browserCheck'
import duplicateSessionHandler from './mixins/duplicateSessionHandler'
import talkHashCheck from './mixins/talkHashCheck'
@@ -62,7 +61,6 @@ export default {
},
mixins: [
- browserCheck,
duplicateSessionHandler,
talkHashCheck,
],
@@ -116,11 +114,6 @@ export default {
})
},
- mounted() {
- // see browserCheck mixin
- this.checkBrowser()
- },
-
methods: {
async joinConversation() {