fix threads include not defaulting properly

Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
June Clementine Strawberry 2025-03-10 12:22:10 -04:00
parent d577100f54
commit f5ab6302aa
No known key found for this signature in database

View file

@ -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,