Remove outdated comment

This commit is contained in:
Akshay 2020-03-27 19:54:04 +05:30 committed by GitHub
parent 1e3769a0f1
commit ea94bab93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)]