From 655e1317766058a4109c55b6f7ef6d059c734466 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 28 Nov 2020 16:27:37 +0100 Subject: Matrix: fetching users shouldn't delay loading of replied to messages and show 'loading text' immediately even if there is another message loading --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index 4bfd36f..525cee5 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -21,6 +21,7 @@ namespace QuickMedia { enum class FetchStatus { NONE, + QUEUED_LOADING, LOADING, FINISHED_LOADING, FAILED_TO_LOAD -- cgit v1.2.3