diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-11-28 16:27:37 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-11-28 16:27:37 +0100 |
commit | 655e1317766058a4109c55b6f7ef6d059c734466 (patch) | |
tree | e9d0926c95c41d9c1c9026c3a596297c7310e07c /include | |
parent | 3e575ac920e87c47805eb2f0a603dfbbfcbc3e9e (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')
-rw-r--r-- | include/Body.hpp | 1 |
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 |