mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Group chats update
This commit is contained in:
@@ -194,7 +194,7 @@ private enum ChannelMembersEntry: ItemListNodeEntry {
|
||||
case let .peerItem(_, theme, strings, dateTimeFormat, nameDisplayOrder, participant, editing, enabled):
|
||||
let text: ItemListPeerItemText
|
||||
if let user = participant.peer as? TelegramUser, let _ = user.botInfo {
|
||||
text = .text(strings.Bot_GenericBotStatus)
|
||||
text = .text(strings.Bot_GenericBotStatus, .secondary)
|
||||
} else {
|
||||
text = .presence
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user