federation-api: Wrap Pdu in Raw in get_event_authorization

This commit is contained in:
Jonas Platte 2020-08-18 22:25:45 +02:00
parent 51e96fb915
commit c6b4fe1e50
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -27,6 +27,6 @@ ruma_api! {
response: { response: {
/// The full set of authorization events that make up the state of the room, /// The full set of authorization events that make up the state of the room,
/// and their authorization events, recursively. /// and their authorization events, recursively.
pub auth_chain: Vec<Pdu>, pub auth_chain: Vec<Raw<Pdu>>,
} }
} }