Added initial implementation of draw-to-reply.

This commit is contained in:
23rd
2026-03-11 11:38:33 +03:00
committed by John Preston
parent a8452601d7
commit 9275b45ab8
16 changed files with 264 additions and 18 deletions
@@ -3247,7 +3247,8 @@ void SessionController::openPhoto(
photo,
item,
message.topicRootId,
message.monoforumPeerId));
message.monoforumPeerId,
message.showDrawButton));
}
void SessionController::openPhoto(
@@ -3307,7 +3308,8 @@ void SessionController::openDocument(
message.topicRootId,
message.monoforumPeerId,
false,
usedTimestamp));
usedTimestamp,
message.showDrawButton));
return;
}
Data::ResolveDocument(
@@ -3315,7 +3317,8 @@ void SessionController::openDocument(
document,
item,
message.topicRootId,
message.monoforumPeerId);
message.monoforumPeerId,
message.showDrawButton);
}
bool SessionController::openSharedStory(HistoryItem *item) {