Added ability to edit media in scheduled messages.

This commit is contained in:
23rd
2020-05-30 11:47:32 +03:00
parent b02b690747
commit 5c097887ef
9 changed files with 73 additions and 19 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ void Groups::refreshMessage(
unregisterMessage(item);
return;
}
if (!IsServerMsgId(item->id)) {
if (!IsServerMsgId(item->id) && !item->isScheduled()) {
return;
}
const auto groupId = item->groupId();