From b9632cf7a380e5d86391b780bcfb89f11f8ff51e Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 28 Apr 2021 18:02:14 +0200 Subject: Decuple fileUpload service from the global store Moved the logic of "processFiles" into the existing "initialiseUpload" action of the fileUploadStore Signed-off-by: Vincent Petry --- src/components/ChatView.vue | 3 +-- src/components/NewMessageForm/NewMessageForm.vue | 3 +-- src/components/UploadEditor.vue | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'src/components') diff --git a/src/components/ChatView.vue b/src/components/ChatView.vue index 105fafa88..2a76975db 100644 --- a/src/components/ChatView.vue +++ b/src/components/ChatView.vue @@ -59,7 +59,6 @@