feat: add route to fetch user flags

chore: bump rauth to change disabled account behaviour
This commit is contained in:
Paul Makles
2023-01-20 17:47:26 +00:00
parent c0ef3d295a
commit 7a6bd70dcd
4 changed files with 30 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ mod fetch_dms;
mod fetch_profile;
mod fetch_self;
mod fetch_user;
mod fetch_user_flags;
mod find_mutual;
mod get_default_avatar;
mod open_dm;
@@ -21,6 +22,7 @@ pub fn routes() -> (Vec<Route>, OpenApi) {
// User Information
fetch_self::req,
fetch_user::req,
fetch_user_flags::fetch_user_flags,
edit_user::req,
change_username::req,
get_default_avatar::req,