Fix default account level #70

Merged
redbinder0526 merged 1 commit from fix-tester-bug into main 2026-07-05 11:14:08 +02:00

View file

@ -101,7 +101,7 @@ pub async fn create_account(database: &State<Pool>, data: Xml<AccountCreationDat
let account_level = if user_id.to_lowercase().contains("omey"){
-1
} else {
1
0
};
@ -496,4 +496,4 @@ pub async fn change_mii(
#[post("/v1/api/people/@me/agreements")]
pub async fn thing(){
}
}