pub fn data_changes(
room_id: Option<&RoomId>,
user_id: &UserId,
since_sn: i64,
until_sn: Option<i64>,
) -> DataResult<Vec<AnyRawAccountDataEvent>>Expand description
Returns all changes to the account data that happened after since.