mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
added hashable for recent-reactionitem-id
This commit is contained in:
parent
98cbc54508
commit
839b4e2303
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue