summaryrefslogtreecommitdiffstats
path: root/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-11-13 16:38:40 +0100
committerGitHub <noreply@github.com>2020-11-13 16:38:40 +0100
commitcb4ee2ff3b2c44ff666ff9e3bdb2b2a2a8bc218d (patch)
treee41b0eb94af16a3ff85f01ebd7f81ab51fc968c2 /src/components/LeftSidebar/ConversationsList/ConversationsList.vue
parent36a20066d710e773460d4fb8f49c634a4135b312 (diff)
Update src/components/LeftSidebar/ConversationsList/ConversationsList.vue
Diffstat (limited to 'src/components/LeftSidebar/ConversationsList/ConversationsList.vue')
-rw-r--r--src/components/LeftSidebar/ConversationsList/ConversationsList.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/ConversationsList/ConversationsList.vue b/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
index 010a9e879..bcbbed8a9 100644
--- a/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
+++ b/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
@@ -98,7 +98,6 @@ export default {
if (from.name === 'conversation'
&& to.name === 'conversation'
&& from.token === to.token) {
-
// this is triggered when the hash in the URL changes
return
}