Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
fixing issue (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: John Oberhauser <j.git-global@obez.io>
  • Loading branch information
JohnOberhauser and John Oberhauser authored Aug 1, 2023
1 parent b7472af commit cc28868
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ data class Status(
*/
@SerialName("pinned")
val isPinned: Boolean? = null,

val inReplyToAccountName: String? = null,
) : Pageable {

override val id: String
Expand Down

0 comments on commit cc28868

Please sign in to comment.