mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Added ability to edit media in scheduled messages.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user