Various fixes

This commit is contained in:
Ilya Laktyushin
2025-02-26 19:09:35 +04:00
parent 94117d1cb1
commit 2dfe959eb2
9 changed files with 82 additions and 55 deletions

View File

@@ -528,7 +528,7 @@ func chatHistoryEntriesForView(
}
if let peer = chatPeer.flatMap(EnginePeer.init) {
entries.insert(.ChatInfoEntry(.userInfo(peer: peer, registrationDate: peerStatusSettings.registrationDate, phoneCountry: peerStatusSettings.phoneCountry, groupsInCommonCount: cachedPeerData.commonGroupCount), presentationData), at: 0)
entries.insert(.ChatInfoEntry(.userInfo(peer: peer, verification: cachedPeerData.verification, registrationDate: peerStatusSettings.registrationDate, phoneCountry: peerStatusSettings.phoneCountry, groupsInCommonCount: cachedPeerData.commonGroupCount), presentationData), at: 0)
}
}
}