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)

Constructors

Link copied to clipboard
constructor(feed: String, hideReplies: Boolean? = null, hideRepliesByUnfollowed: Boolean? = true, hideRepliesByLikeCount: Long? = null, hideReposts: Boolean? = null, hideQuotePosts: Boolean? = null)

Properties

Link copied to clipboard

The URI of the feed, or an identifier which describes the feed.

Link copied to clipboard
val hideQuotePosts: Boolean? = null

Hide quote posts in the feed.

Link copied to clipboard
val hideReplies: Boolean? = null

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
val hideReposts: Boolean? = null

Hide reposts in the feed.