mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-08 02:15:56 +00:00
Allow replying with quoting message part.
This commit is contained in:
@@ -71,11 +71,7 @@ void ApplyPeerCloudDraft(
|
||||
textWithTags,
|
||||
FullReplyTo{
|
||||
.messageId = FullMsgId(replyPeerId, reply.messageId),
|
||||
.quote = TextWithTags{
|
||||
reply.quote.text,
|
||||
TextUtilities::ConvertEntitiesToTextTags(
|
||||
reply.quote.entities),
|
||||
},
|
||||
.quote = reply.quote,
|
||||
.storyId = (reply.storyId
|
||||
? FullStoryId{ replyPeerId, reply.storyId }
|
||||
: FullStoryId()),
|
||||
|
Reference in New Issue
Block a user