feat(settings): allow sorting thread replies newest first
This commit is contained in:
@@ -25,6 +25,8 @@ bitflags! {
|
||||
/// Show note's client in the note header
|
||||
const ShowNoteClientTop = 1 << 12;
|
||||
const ShowNoteClientBottom = 1 << 13;
|
||||
|
||||
const RepliesNewestFirst = 1 << 14;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user