RoomFilter: fix typo
nevertheless a breaking change
This commit is contained in:
parent
b0199a0489
commit
000b4af1b2
@ -97,7 +97,7 @@ pub struct RoomFilter {
|
|||||||
/// filters in `ephemeral`, `state`, `timeline` or `account_data`.
|
/// filters in `ephemeral`, `state`, `timeline` or `account_data`.
|
||||||
#[serde(skip_serializing_if = "Vec::is_empty")]
|
#[serde(skip_serializing_if = "Vec::is_empty")]
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub room: Vec<RoomId>,
|
pub rooms: Vec<RoomId>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Filter for not-room data
|
/// Filter for not-room data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user