federation-api: Remove obsolete comment

This commit is contained in:
Kévin Commaille 2022-07-28 18:17:01 +02:00 committed by Kévin Commaille
parent 64203a3cba
commit e0bbf16c3c

View File

@ -14,10 +14,6 @@ use ruma_common::{
use serde::{de, Deserialize, Serialize};
use serde_json::{value::RawValue as RawJsonValue, Value as JsonValue};
// There is one more edu_type synapse recognizes with the note:
// FIXME: switch to "m.signing_key_update" when MSC1756 is merged into the
// spec from "org.matrix.signing_key_update"
/// Type for passing ephemeral data to homeservers.
#[derive(Clone, Debug, Serialize)]
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]