[WIP] Business

This commit is contained in:
Isaac
2024-02-16 22:52:01 +04:00
parent 16c226c801
commit 46881c65ca
69 changed files with 4103 additions and 1236 deletions

View File

@@ -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
}
}