mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Improve root message layout in Replies section.
This commit is contained in:
@@ -3283,7 +3283,7 @@ void History::clearUpTill(MsgId availableMinId) {
|
||||
void History::applyGroupAdminChanges(const base::flat_set<UserId> &changes) {
|
||||
for (const auto &block : blocks) {
|
||||
for (const auto &message : block->messages) {
|
||||
message->data()->applyGroupAdminChanges(changes);
|
||||
message->applyGroupAdminChanges(changes);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user