mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Fix typing statuses
This commit is contained in:
parent
fa181970fb
commit
c69c578e1d
@ -1312,6 +1312,8 @@ public final class ChatListNode: ListView {
|
||||
switch activity {
|
||||
case .interactingWithEmoji:
|
||||
return true
|
||||
case .speakingInGroupCall:
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
}
|
||||
@ -1343,9 +1345,9 @@ public final class ChatListNode: ListView {
|
||||
return engine.data.get(EngineDataMap(
|
||||
activitiesByPeerId.keys.filter { key in
|
||||
if case .global = key.category {
|
||||
return false
|
||||
} else {
|
||||
return true
|
||||
} else {
|
||||
return false
|
||||
}
|
||||
}.map { key in
|
||||
return TelegramEngine.EngineData.Item.Peer.Peer(id: key.peerId)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user