Skip to content

Commit

Permalink
Deal with specification changes of custom emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Apr 18, 2020
1 parent 8cb75c3 commit 8059c37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions MisskeyKit/APIs/Model/StreamingModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public struct NoteUpdatedModel: Codable {
public let choice: Int?
public let userId: String?
public let reaction: String?
public let emoji: EmojiModel?


public enum UpdateType: String, Codable {
Expand Down

0 comments on commit 8059c37

Please sign in to comment.