Slightly improved box to edit caption of grouped file.

This commit is contained in:
23rd
2025-05-22 17:25:32 +03:00
parent 5ac373d4aa
commit adc1ee71a9
3 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void Groups::refreshMessage(
_data->requestItemViewRefresh(item);
return;
}
if (!item->isRegular() && !item->isScheduled()) {
if (!item->isRegular() && !item->isScheduled() && !item->isUploading()) {
return;
}
const auto groupId = item->groupId();