Skip to content

Commit

Permalink
Add post.viewer.pinned flag
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Sep 28, 2024
1 parent 5f29847 commit e705b1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ class FeedDefsViewerState {
var like: String? = null
var replyDisabled: Boolean? = null
var embeddingDisabled: Boolean? = null
var pinned: Boolean? = null
}

0 comments on commit e705b1c

Please sign in to comment.