mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-10 21:53:50 +00:00
Animated reveal for rich messages.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user