aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
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 /src/Body.cpp
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 'src/Body.cpp')
-rw-r--r--src/Body.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index 0143fe2..2d429f8 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -665,6 +665,7 @@ namespace QuickMedia {
switch(embedded_item_status) {
case FetchStatus::NONE:
return "";
+ case FetchStatus::QUEUED_LOADING:
case FetchStatus::LOADING:
return "Loading message...";
case FetchStatus::FINISHED_LOADING: