mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Don't display read stories in chat
This commit is contained in:
parent
cb0a327dd9
commit
a09147abc8
@ -5001,6 +5001,9 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
if storyStats.totalCount == 0 {
|
||||
return nil
|
||||
}
|
||||
if storyStats.unseenCount == 0 {
|
||||
return nil
|
||||
}
|
||||
return AvatarNode.StoryStats(
|
||||
totalCount: storyStats.totalCount,
|
||||
unseenCount: storyStats.unseenCount,
|
||||
|
Loading…
x
Reference in New Issue
Block a user