2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Show rank in anonymous outgoing messages.

This commit is contained in:
John Preston
2020-10-06 10:23:58 +03:00
parent 26c7a95a9f
commit 22a85016e3
5 changed files with 93 additions and 65 deletions

View File

@@ -1775,6 +1775,7 @@ bool Session::checkEntitiesAndViewsUpdate(const MTPDmessage &data) {
data.vreply_to_msg_id().v));
});
}
existing->setPostAuthor(data.vpost_author().value_or_empty());
existing->indexAsNewItem();
existing->contributeToSlowmode(data.vdate().v);
requestItemTextRefresh(existing);