mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Support pinned messages bar in topics.
This commit is contained in:
@@ -994,7 +994,7 @@ void ApplyChannelUpdate(
|
||||
}
|
||||
}
|
||||
if (const auto pinned = update.vpinned_msg_id()) {
|
||||
SetTopPinnedMessageId(channel, MsgId(0), pinned->v);
|
||||
SetTopPinnedMessageId(channel, pinned->v);
|
||||
}
|
||||
if (channel->isMegagroup()) {
|
||||
auto commands = ranges::views::all(
|
||||
|
Reference in New Issue
Block a user