ThreadViewPref

data class ThreadViewPref(val sort: Sort? = null, val prioritizeFollowedUsers: Boolean? = null)

Constructors

Link copied to clipboard
constructor(sort: Sort? = null, prioritizeFollowedUsers: Boolean? = null)

Properties

Link copied to clipboard

Show followed users at the top of all replies.

Link copied to clipboard
val sort: Sort? = null

Sorting mode for threads.