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>2021-01-20 18:57:59 +0300
committerJoas Schilling <coding@schilljs.com>2021-01-21 13:47:31 +0300
commit91cad65d0e1d853cd37d2def78317f376fc320b6 (patch)
tree7abfbdd90eea309bf5324c4d579eb7e828cf0337 /src/PublicShareSidebar.vue
parent2284b0797eec8ed95e5173c2d4db14201c7629a3 (diff)
Initial state service is deprecated
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index 0b8a99e3f..7ec30e1cc 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -156,7 +156,7 @@ export default {
// used), although that should not be a problem given that only the
// "inCall" flag (which is locally updated when joining and leaving
// a call) is currently used.
- if (loadState('talk', 'signaling_mode') !== 'internal') {
+ if (loadState('spreed', 'signaling_mode') !== 'internal') {
EventBus.$on('shouldRefreshConversations', this.fetchCurrentConversation)
EventBus.$on('Signaling::participantListChanged', this.fetchCurrentConversation)
} else {