Remove FIXME in member.rs

This is being adressed in the spec, see
https://github.com/matrix-org/matrix-doc/pull/2591
This commit is contained in:
Jonas Platte 2020-06-02 12:16:51 +02:00 committed by GitHub
parent 7395f940a7
commit 2eb29abd74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,8 +57,6 @@ ruma_event! {
/// contain information about that invitation.
#[serde(skip_serializing_if = "Option::is_none")]
pub third_party_invite: Option<ThirdPartyInvite>,
// FIXME: spec says there is an unsigned field in content, which seems like an error.
},
}
}