2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Fix fast reply and right action in sent messages.

Fixes #4903.
This commit is contained in:
John Preston
2018-06-28 16:20:05 +01:00
parent 165d1aacae
commit 98930792c3
5 changed files with 23 additions and 1 deletions

View File

@@ -1080,6 +1080,7 @@ void HistoryMessage::setViewsCount(int32 count) {
void HistoryMessage::setRealId(MsgId newId) {
HistoryItem::setRealId(newId);
Auth().data().groups().refreshMessage(this);
Auth().data().requestItemResize(this);
if (const auto reply = Get<HistoryMessageReply>()) {