mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
added hashable for recent-reactionitem-id
This commit is contained in:
@@ -154,7 +154,7 @@ public final class RecentEmojiItem: Codable, Equatable {
|
||||
}
|
||||
|
||||
public struct RecentReactionItemId {
|
||||
public enum Id {
|
||||
public enum Id : Hashable {
|
||||
case custom(MediaId)
|
||||
case builtin(String)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user