mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-26 07:22:12 +00:00
Slightly improved box to edit caption of grouped file.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user