feat: initial bulk role reorder route

This commit is contained in:
Zomatree
2025-06-05 18:59:10 +01:00
committed by izzy
parent 8cc4bbea4d
commit c526095d4f
5 changed files with 94 additions and 10 deletions

View File

@@ -165,6 +165,9 @@ pub enum EventV1 {
/// Server role deleted
ServerRoleDelete { id: String, role_id: String },
/// Server roles ranks updated
ServerRoleRanksUpdate { ranks: Vec<String> },
/// Update existing user
UserUpdate {
id: String,