Animated reveal for rich messages.

This commit is contained in:
John Preston
2026-05-25 17:37:31 +04:00
parent a4ce226baf
commit 599459a2ad
9 changed files with 1686 additions and 373 deletions
+4
View File
@@ -1111,6 +1111,10 @@ void Updates::handleSendActionUpdate(
const auto &data = action.c_sendMessageTextDraftAction();
history->streamedDrafts().apply(rootId, fromId, when, data);
return;
} else if (action.type() == mtpc_sendMessageRichMessageDraftAction) {
const auto &data = action.c_sendMessageRichMessageDraftAction();
history->streamedDrafts().apply(rootId, fromId, when, data);
return;
}
session().data().sendActionManager().registerFor(
history,