From aa637f3cd4696af877571e58db9bac19ee37634f Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 1 Aug 2024 20:07:49 +0200 Subject: [PATCH] fix(federation): disable call button if proxy hash is dirty Signed-off-by: Maksim Sukharev --- src/components/TopBar/CallButton.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TopBar/CallButton.vue b/src/components/TopBar/CallButton.vue index 70179c6b812..44d16217171 100644 --- a/src/components/TopBar/CallButton.vue +++ b/src/components/TopBar/CallButton.vue @@ -217,6 +217,7 @@ export default { }, isNextcloudTalkHashDirty() { return this.talkHashStore.isNextcloudTalkHashDirty + || this.talkHashStore.isNextcloudTalkProxyHashDirty[this.token] }, container() { return this.$store.getters.getMainContainerSelector()