add: individual topic write permissions
This commit is contained in:
parent
3738a5cd1f
commit
8c779b2f2e
6 changed files with 80 additions and 9 deletions
|
@ -797,6 +797,8 @@ pub struct AddTopic {
|
|||
pub color: String,
|
||||
#[serde(default)]
|
||||
pub position: i32,
|
||||
#[serde(default)]
|
||||
pub write_access: CommunityWriteAccess,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue