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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user