mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
fix(chat/messages): load messages even if fetch is ongoing
fixes: #8831
This commit is contained in:
parent
d061b9a1d1
commit
fe87cbaada
@ -22,8 +22,7 @@ QtObject {
|
|||||||
if(!messageModule)
|
if(!messageModule)
|
||||||
return
|
return
|
||||||
|
|
||||||
if(!messageModule.initialMessagesLoaded ||
|
if(!messageModule.initialMessagesLoaded)
|
||||||
root.loadingHistoryMessagesInProgress? root.loadingHistoryMessagesInProgress : false)
|
|
||||||
return
|
return
|
||||||
|
|
||||||
messageModule.loadMoreMessages()
|
messageModule.loadMoreMessages()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user