Skip to content

Commit

Permalink
Make sure to get categories of EmojiModel
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Mar 1, 2020
1 parent 2023437 commit 94e199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MisskeyKit/APIs/Model/MetaModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public struct EmojiModel: Codable{
public let name: String?
public let url: String?
public let uri: String?
public let type: String?
public let category: String?
}

//public enum Category: String, Codable{
Expand Down

0 comments on commit 94e199d

Please sign in to comment.