From c6b4fe1e50180a3852739024396d25974ea212d9 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 18 Aug 2020 22:25:45 +0200 Subject: [PATCH] federation-api: Wrap `Pdu` in `Raw` in get_event_authorization --- .../src/authorization/get_event_authorization/v1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>, } }