mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Apply first topic message pinning.
This commit is contained in:
parent
b772697c59
commit
3fcb7c90e0
1 changed files with 1 additions and 0 deletions
|
@ -709,6 +709,7 @@ void HistoryItem::applySentMessage(const MTPDmessage &data) {
|
|||
});
|
||||
}
|
||||
setPostAuthor(data.vpost_author().value_or_empty());
|
||||
setIsPinned(data.is_pinned());
|
||||
contributeToSlowmode(data.vdate().v);
|
||||
indexAsNewItem();
|
||||
invalidateChatListEntry();
|
||||
|
|
Loading…
Add table
Reference in a new issue