mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Fix more
This commit is contained in:
parent
6fb059fa08
commit
ae53199c61
@ -796,7 +796,7 @@ class ChatListItemNode: ItemListRevealOptionsItemNode {
|
|||||||
embeddedState = embeddedStateValue
|
embeddedState = embeddedStateValue
|
||||||
summaryInfo = summaryInfoValue
|
summaryInfo = summaryInfoValue
|
||||||
|
|
||||||
switch peerValue {
|
switch peerValue.peer {
|
||||||
case _ as TelegramUser, _ as TelegramSecretChat:
|
case _ as TelegramUser, _ as TelegramSecretChat:
|
||||||
if let peerPresence = peerPresence as? TelegramUserPresence, case .present = peerPresence.status {
|
if let peerPresence = peerPresence as? TelegramUserPresence, case .present = peerPresence.status {
|
||||||
inputActivities = inputActivitiesValue
|
inputActivities = inputActivitiesValue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user