mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Comments update
This commit is contained in:
@@ -149,6 +149,9 @@ public final class SelectablePeerNode: ASDisplayNode {
|
||||
if peer.peerId == context.account.peerId {
|
||||
text = strings.DialogList_SavedMessages
|
||||
overrideImage = .savedMessagesIcon
|
||||
} else if peer.peerId.isReplies {
|
||||
text = strings.DialogList_Replies
|
||||
overrideImage = .repliesIcon
|
||||
} else {
|
||||
text = mainPeer.compactDisplayTitle
|
||||
if mainPeer.isDeleted {
|
||||
|
||||
Reference in New Issue
Block a user