fix: ensure server ID is fanned out with role ranks update

fix: ensure original order is correctly sorted on edit route
This commit is contained in:
izzy
2025-06-08 10:50:55 +01:00
parent 4e4e598daf
commit 73b576a75f
3 changed files with 21 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ pub enum EventV1 {
ServerRoleDelete { id: String, role_id: String },
/// Server roles ranks updated
ServerRoleRanksUpdate { ranks: Vec<String> },
ServerRoleRanksUpdate { id: String, ranks: Vec<String> },
/// Update existing user
UserUpdate {