Merge commit '14eb97ef17ae5bee16c56dccde4dbc8fe4a087c8'

# Conflicts:
#	submodules/TelegramUI/Sources/OpenResolvedUrl.swift
This commit is contained in:
Ali
2022-03-18 23:02:38 +04:00
51 changed files with 3817 additions and 496 deletions

View File

@@ -1093,7 +1093,7 @@ public final class Transaction {
assert(!self.disposed)
self.postbox?.deviceContactImportInfoTable.enumerateDeviceContactImportInfoItems(f)
}
public func getChatListNamespaceEntries(groupId: PeerGroupId, namespace: MessageId.Namespace, summaryTag: MessageTags?) -> [ChatListNamespaceEntry] {
assert(!self.disposed)
guard let postbox = self.postbox else {