mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Business
This commit is contained in:
@@ -17,7 +17,7 @@ public extension ChatLocation {
|
||||
return peerId
|
||||
case let .replyThread(replyThreadMessage):
|
||||
return replyThreadMessage.peerId
|
||||
case .feed:
|
||||
case .customChatContents:
|
||||
return nil
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,7 @@ public extension ChatLocation {
|
||||
return nil
|
||||
case let .replyThread(replyThreadMessage):
|
||||
return replyThreadMessage.threadId
|
||||
case .feed:
|
||||
case .customChatContents:
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user