aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-28 16:27:37 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-28 16:27:37 +0100
commit655e1317766058a4109c55b6f7ef6d059c734466 (patch)
treee9d0926c95c41d9c1c9026c3a596297c7310e07c /include/Body.hpp
parent3e575ac920e87c47805eb2f0a603dfbbfcbc3e9e (diff)
Matrix: fetching users shouldn't delay loading of replied to messages and show 'loading text' immediately even if there is another message loading
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp1
1 files changed, 1 insertions, 0 deletions
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