diff --git a/ruma-federation-api/src/authorization/get_event_authorization/v1.rs b/ruma-federation-api/src/authorization/get_event_authorization/v1.rs index a70bc828..d24f3014 100644 --- a/ruma-federation-api/src/authorization/get_event_authorization/v1.rs +++ b/ruma-federation-api/src/authorization/get_event_authorization/v1.rs @@ -27,6 +27,6 @@ ruma_api! { response: { /// The full set of authorization events that make up the state of the room, /// and their authorization events, recursively. - pub auth_chain: Vec, + pub auth_chain: Vec>, } }