From ea94bab93e641752d2bb84f4fe275b680dc1bccd Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 27 Mar 2020 19:54:04 +0530 Subject: [PATCH] Remove outdated comment --- src/r0/membership.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/r0/membership.rs b/src/r0/membership.rs index 37880957..03af3e75 100644 --- a/src/r0/membership.rs +++ b/src/r0/membership.rs @@ -18,9 +18,6 @@ use serde::{Deserialize, Serialize}; use crate::r0::thirdparty::Medium; -// TODO: spec requires a nesting ThirdPartySigned { signed: Signed { mxid: ..., ... } } -// for join_room_by_id_or_alias but not for join_room_by_id, inconsistency? - /// A signature of an `m.third_party_invite` token to prove that this user owns a third party /// identity which has been invited to the room. #[derive(Clone, Debug, Deserialize, Serialize)]