mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Added initial implementation of draw-to-reply.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user