Fix reaction images loading.

This commit is contained in:
John Preston 2021-12-31 17:49:52 +03:00
parent df66162bca
commit 5b01f9530b
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ void Reactions::preloadImageFor(const QString &emoji) {
if (document) {
loadImage(set, document);
} else if (!_waitingForList) {
_waitingForList = true;
refresh();
}
}