Message: Fix focus button behavior (#1870)
This commit is contained in:
parent
c01e29bd1a
commit
efa4c59ae0
@ -351,7 +351,7 @@ function buildApiMessageForwardInfo(fwdFrom: GramJs.MessageFwdHeader, isChatWith
|
|||||||
channelPostId: fwdFrom.channelPost,
|
channelPostId: fwdFrom.channelPost,
|
||||||
isLinkedChannelPost: Boolean(fwdFrom.channelPost && savedFromPeerId && !isChatWithSelf),
|
isLinkedChannelPost: Boolean(fwdFrom.channelPost && savedFromPeerId && !isChatWithSelf),
|
||||||
fromChatId: savedFromPeerId || fromId,
|
fromChatId: savedFromPeerId || fromId,
|
||||||
fromMessageId: fwdFrom.channelPost || fwdFrom.savedFromMsgId,
|
fromMessageId: fwdFrom.savedFromMsgId || fwdFrom.channelPost,
|
||||||
senderUserId: fromId,
|
senderUserId: fromId,
|
||||||
hiddenUserName: fwdFrom.fromName,
|
hiddenUserName: fwdFrom.fromName,
|
||||||
adminTitle: fwdFrom.postAuthor,
|
adminTitle: fwdFrom.postAuthor,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user