toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.actor
/
ThreadViewPref
Thread
View
Pref
@
Serializable
data
class
ThreadViewPref
(
val
sort
:
Sort
?
=
null
,
val
prioritizeFollowedUsers
:
Boolean
?
=
null
)
Parameters
sort
Sorting mode for threads.
prioritize
Followed
Users
Show followed users at the top of all replies.
Members
Constructors
Thread
View
Pref
Link copied to clipboard
constructor
(
sort
:
Sort
?
=
null
,
prioritizeFollowedUsers
:
Boolean
?
=
null
)
Properties
prioritize
Followed
Users
Link copied to clipboard
val
prioritizeFollowedUsers
:
Boolean
?
=
null
Show followed users at the top of all replies.
sort
Link copied to clipboard
val
sort
:
Sort
?
=
null
Sorting mode for threads.