Servers: Add description field.

API: Allow removal of description on channels and servers.
This commit is contained in:
Paul
2021-06-06 10:55:31 +01:00
parent 380369e1c4
commit 0af4fa4be9
5 changed files with 19 additions and 1 deletions

View File

@@ -40,12 +40,14 @@ pub enum RemoveUserField {
#[derive(Serialize, Deserialize, Debug)]
pub enum RemoveChannelField {
Icon,
Description,
}
#[derive(Serialize, Deserialize, Debug)]
pub enum RemoveServerField {
Icon,
Banner,
Description,
}
#[derive(Serialize, Deserialize, Debug)]