0.5.1-alpha.8

Add Edit Role route.
This commit is contained in:
Paul
2021-07-13 13:43:42 +01:00
parent 6f8802ab5f
commit 1872432725
7 changed files with 114 additions and 5 deletions

View File

@@ -66,7 +66,8 @@ pub async fn req(user: User, target: Ref, role_id: String, data: Json<Data>) ->
server_permissions as i32,
channel_permissions as i32
]
})
}),
clear: None
}
.publish(target.id);