add: communities is_forum

This commit is contained in:
trisua 2025-08-02 17:29:26 -04:00
parent 9a128a3f0c
commit 1f545a0b21
9 changed files with 52 additions and 4 deletions

View file

@ -749,6 +749,8 @@ pub struct CreateCommunity {
pub title: String,
#[serde(default)]
pub forge: bool,
#[serde(default)]
pub forum: bool,
}
#[derive(Deserialize)]