forked from jmug/stoatchat
feat: use new ServerCreate events
This commit is contained in:
@@ -69,6 +69,6 @@ pub async fn req(
|
||||
|
||||
Ok(Json(NewRoleResponse {
|
||||
id: role.create(db, &server.id).await?,
|
||||
role: role,
|
||||
role,
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user