mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Implement per-topic shared media.
This commit is contained in:
@@ -942,7 +942,7 @@ void ApplyChannelUpdate(
|
||||
}
|
||||
}
|
||||
if (const auto pinned = update.vpinned_msg_id()) {
|
||||
SetTopPinnedMessageId(channel, pinned->v);
|
||||
SetTopPinnedMessageId(channel, MsgId(0), pinned->v);
|
||||
}
|
||||
if (channel->isMegagroup()) {
|
||||
auto commands = ranges::views::all(
|
||||
|
Reference in New Issue
Block a user