Show custom chat wallpapers in chats.

This commit is contained in:
John Preston
2023-04-17 13:43:08 +04:00
parent 5cbf9a2dc4
commit bf27185feb
20 changed files with 369 additions and 121 deletions
+1 -1
View File
@@ -794,7 +794,7 @@ QString DocumentData::loadingFilePath() const {
bool DocumentData::displayLoading() const {
return loading()
? (!_loader->loadingLocal() || !_loader->autoLoading())
? !_loader->loadingLocal()
: (uploading() && !waitingForAlbum());
}