Message: Fix big text after editing emoji only message (#2872)
This commit is contained in:
parent
4390800a46
commit
4f12efa934
@ -214,7 +214,7 @@ export function buildApiMessageWithChatId(
|
||||
isFromScheduled: mtpMessage.fromScheduled,
|
||||
isSilent: mtpMessage.silent,
|
||||
reactions: mtpMessage.reactions && buildMessageReactions(mtpMessage.reactions),
|
||||
...(emojiOnlyCount && { emojiOnlyCount }),
|
||||
emojiOnlyCount,
|
||||
...(replyToMsgId && { replyToMessageId: replyToMsgId }),
|
||||
...(forumTopic && { isTopicReply: true }),
|
||||
...(replyToPeerId && { replyToChatId: getApiChatIdFromMtpPeer(replyToPeerId) }),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user