mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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());
|
setPostAuthor(data.vpost_author().value_or_empty());
|
||||||
|
setIsPinned(data.is_pinned());
|
||||||
contributeToSlowmode(data.vdate().v);
|
contributeToSlowmode(data.vdate().v);
|
||||||
indexAsNewItem();
|
indexAsNewItem();
|
||||||
invalidateChatListEntry();
|
invalidateChatListEntry();
|
||||||
|
|
Loading…
Add table
Reference in a new issue