mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Use only shared media code for pinned tracking.
This commit is contained in:
@@ -769,9 +769,7 @@ void ApplyChannelUpdate(
|
||||
}
|
||||
}
|
||||
if (const auto pinned = update.vpinned_msg_id()) {
|
||||
channel->setTopPinnedMessageId(pinned->v);
|
||||
} else {
|
||||
channel->clearPinnedMessages();
|
||||
SetTopPinnedMessageId(channel, pinned->v);
|
||||
}
|
||||
if (channel->isMegagroup()) {
|
||||
const auto stickerSet = update.vstickerset();
|
||||
|
Reference in New Issue
Block a user