Feed View Pref
constructor(feed: String, hideReplies: Boolean? = null, hideRepliesByUnfollowed: Boolean? = true, hideRepliesByLikeCount: Long? = null, hideReposts: Boolean? = null, 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.