Feed View Pref
data class FeedViewPref(val feed: String, val hideReplies: Boolean? = null, val hideRepliesByUnfollowed: Boolean? = true, val hideRepliesByLikeCount: Long? = null, val hideReposts: Boolean? = null, val hideQuotePosts: Boolean? = null)
Parameters
feed
The URI of the feed, or an identifier which describes the feed.
hide Replies
Hide replies in the feed.
hide Replies By Unfollowed
Hide replies in the feed if they are not by followed users.
hide Replies By Like Count
Hide replies in the feed if they do not have this number of likes.
hide Reposts
Hide reposts in the feed.
hide Quote Posts
Hide quote posts in the feed.
Constructors
Properties
Link copied to clipboard
Hide quote posts in the feed.
Link copied to clipboard
Hide replies in the feed.
Link copied to clipboard
Hide replies in the feed if they do not have this number of likes.
Link copied to clipboard
Hide replies in the feed if they are not by followed users.
Link copied to clipboard
Hide reposts in the feed.