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 --- src/Body.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Body.cpp') 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: -- cgit v1.2.3