mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Fix more
This commit is contained in:
parent
87271b2245
commit
970500dbfe
1 changed files with 1 additions and 1 deletions
|
|
@ -796,7 +796,7 @@ class ChatListItemNode: ItemListRevealOptionsItemNode {
|
|||
embeddedState = embeddedStateValue
|
||||
summaryInfo = summaryInfoValue
|
||||
|
||||
switch peerValue {
|
||||
switch peerValue.peer {
|
||||
case _ as TelegramUser, _ as TelegramSecretChat:
|
||||
if let peerPresence = peerPresence as? TelegramUserPresence, case .present = peerPresence.status {
|
||||
inputActivities = inputActivitiesValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue