mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 06:49:48 -04:00
fix threads include not defaulting properly
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
d577100f54
commit
f5ab6302aa
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pub mod v1 {
|
|||
pub from: Option<String>,
|
||||
|
||||
/// Which thread roots are of interest to the caller.
|
||||
#[serde(skip_serializing_if = "ruma_common::serde::is_default")]
|
||||
#[serde(default)]
|
||||
#[ruma_api(query)]
|
||||
pub include: IncludeThreads,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue