mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 03:40:18 +00:00
Update submodules
This commit is contained in:
parent
9d2c78ef0b
commit
0677afab1e
@ -465,7 +465,7 @@ func makeBridgePeers(_ message: Message) -> [Int64 : Any] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func makeBridgeMessage(_ entry: MessageHistoryEntry, strings: PresentationStrings) -> (TGBridgeMessage, [Int64 : TGBridgeUser])? {
|
func makeBridgeMessage(_ entry: MessageHistoryEntry, strings: PresentationStrings) -> (TGBridgeMessage, [Int64 : TGBridgeUser])? {
|
||||||
if case let .MessageEntry(message, read, _, _) = entry, let bridgeMessage = makeBridgeMessage(message, strings: strings) {
|
if case let .MessageEntry(message, read, _, _, _) = entry, let bridgeMessage = makeBridgeMessage(message, strings: strings) {
|
||||||
if message.id.namespace == Namespaces.Message.Local && !message.flags.contains(.Failed) {
|
if message.id.namespace == Namespaces.Message.Local && !message.flags.contains(.Failed) {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit e135276a3ddbcf46f5962615de78fbcb2c1305df
|
Subproject commit 209e6a11190e8f58545f413ae6e6727594a4adb3
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 2dc7ecc593c8b5aaa092a512d8b1f054047ab752
|
Subproject commit 98b233aa2d7e4892e424e8c22ee50351a1647e92
|
||||||
Loading…
x
Reference in New Issue
Block a user