summaryrefslogtreecommitdiffstats
path: root/src/store
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-04-30 18:14:57 +0200
committerGitHub <noreply@github.com>2021-04-30 18:14:57 +0200
commit130151df3ca758093ec73224a2e17eb1b6e71ed1 (patch)
tree92f50bb45684b8c91f6e1d7b922f6d86275b2f12 /src/store
parent43381c62de7908f60b6d4d7d5fbe71a73b65c179 (diff)
parent1bef0c1e224a89ef11d1c7a3e3878a53964d8ce1 (diff)
Merge pull request #5544 from nextcloud/bugfix/noid/dipatch-typo
Fix "dipatch" typo
Diffstat (limited to 'src/store')
-rw-r--r--src/store/participantsStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/participantsStore.js b/src/store/participantsStore.js
index 53ddb5115..28c51b88e 100644
--- a/src/store/participantsStore.js
+++ b/src/store/participantsStore.js
@@ -393,7 +393,7 @@ const actions = {
console.debug('Force joining automatically because the old session didn\'t ping for 40 seconds')
await context.dispatch('forceJoinConversation', { token })
} else {
- await context.dipatch('confirmForceJoinConversation', { token })
+ await context.dispatch('confirmForceJoinConversation', { token })
}
} else {
console.debug(error)