FeedViewPref

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.

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.