2
0
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:
John Preston
2020-09-15 15:30:30 +03:00
parent 9a96298ef7
commit 883c3ecf65
8 changed files with 84 additions and 79 deletions

View File

@@ -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);
}
}
}