forked from jmug/stoatchat
Database: Add user settings sync entity.
Run cargo fmt.
This commit is contained in:
@@ -28,7 +28,7 @@ pub struct Options {
|
||||
#[validate(length(min = 26, max = 26))]
|
||||
after: Option<String>,
|
||||
sort: Option<Sort>,
|
||||
include_users: Option<bool>
|
||||
include_users: Option<bool>,
|
||||
}
|
||||
|
||||
#[get("/<target>/messages?<options..>")]
|
||||
|
||||
Reference in New Issue
Block a user