FeedViewPref
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.
hideReplies
Hide replies in the feed.
hideRepliesByUnfollowed
Hide replies in the feed if they are not by followed users.
hideRepliesByLikeCount
Hide replies in the feed if they do not have this number of likes.
hideReposts
Hide reposts in the feed.
hideQuotePosts
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.