Skip to content

Commit

Permalink
remove wrong statuses attribute from Announcement model
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Sep 27, 2024
1 parent 41960f2 commit ad29133
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ data class Announcement(
@Json(name = "updated_at") val updatedAt: Date,
val read: Boolean = false,
val mentions: List<Status.Mention>,
val statuses: List<Status>,
val tags: List<HashTag>,
val emojis: List<Emoji>,
val reactions: List<Reaction>
Expand Down

0 comments on commit ad29133

Please sign in to comment.