Various fixes

This commit is contained in:
Ilya Laktyushin
2023-11-03 16:03:56 +04:00
parent 43931c9157
commit 59cd3f8cb8
5 changed files with 10 additions and 895 deletions

View File

@@ -233,7 +233,7 @@ private func peerNameColorScreenEntries(
}
let messageItem = PeerNameColorChatPreviewItem.MessageItem(
outgoing: false,
peerId: peer.id,
peerId: PeerId(namespace: peer.id.namespace, id: PeerId.Id._internalFromInt64Value(0)),
author: peer.compactDisplayTitle,
photo: peer.profileImageRepresentations,
nameColor: nameColor,