Remove outdated parts from comments
This commit is contained in:
parent
fc2d6f354a
commit
45b64aabf5
@ -59,9 +59,9 @@ ruma_api! {
|
|||||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||||
pub enum UserInfo {
|
pub enum UserInfo {
|
||||||
/// Either a fully qualified Matrix user ID, or just the localpart (as part of the 'identifier'
|
/// Either a fully qualified Matrix user ID, or just the localpart (as part of the 'identifier'
|
||||||
/// field, recommended since r0.4.0).
|
/// field).
|
||||||
MatrixId(String),
|
MatrixId(String),
|
||||||
/// Third party identifier (as part of the 'identifier' field, recommended since r0.4.0).
|
/// Third party identifier (as part of the 'identifier' field).
|
||||||
ThirdPartyId {
|
ThirdPartyId {
|
||||||
/// Third party identifier for the user.
|
/// Third party identifier for the user.
|
||||||
address: String,
|
address: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user