mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-02 06:39:11 +00:00
Merge branch 'master' into holes
This commit is contained in:
@@ -86,7 +86,7 @@ func makeBridgeMedia(message: Message, strings: PresentationStrings, chatPeer: P
|
||||
|
||||
if let forward = message.forwardInfo {
|
||||
let bridgeForward = TGBridgeForwardedMessageMediaAttachment()
|
||||
bridgeForward.peerId = makeBridgeIdentifier(forward.author.id)
|
||||
bridgeForward.peerId = forward.author.flatMap({ makeBridgeIdentifier($0.id) }) ?? 0
|
||||
if let sourceMessageId = forward.sourceMessageId {
|
||||
bridgeForward.mid = sourceMessageId.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user