Add muted reaction icon

This commit is contained in:
Ali
2022-01-28 19:19:03 +04:00
parent bff17ac3ee
commit 81031eb651
3 changed files with 15 additions and 4 deletions

View File

@@ -275,6 +275,7 @@ public enum PresentationResourceParameterKey: Hashable {
case chatListBadgeBackgroundInactive(CGFloat)
case chatListBadgeBackgroundMention(CGFloat)
case badgeBackgroundReactions(CGFloat)
case badgeBackgroundInactiveReactions(CGFloat)
case chatListBadgeBackgroundInactiveMention(CGFloat)
case chatListBadgeBackgroundPinned(CGFloat)