You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
522 B
YAML
21 lines
522 B
YAML
9 years ago
|
{
|
||
4 years ago
|
"$ref": "m.room.member.yaml",
|
||
9 years ago
|
"content": {
|
||
7 years ago
|
"membership": "invite",
|
||
5 years ago
|
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF",
|
||
9 years ago
|
"displayname": "Alice Margatroid",
|
||
|
"third_party_invite": {
|
||
9 years ago
|
"display_name": "alice",
|
||
9 years ago
|
"signed": {
|
||
6 years ago
|
"mxid": "@alice:example.org",
|
||
9 years ago
|
"signatures": {
|
||
|
"magic.forest": {
|
||
|
"ed25519:3": "fQpGIW1Snz+pwLZu6sTy2aHy/DYWWTspTJRPyNp0PKkymfIsNffysMl6ObMMFdIJhk6g6pwlIqZ54rxo8SLmAg"
|
||
|
}
|
||
|
},
|
||
|
"token": "abc123"
|
||
|
}
|
||
|
}
|
||
6 years ago
|
}
|
||
9 years ago
|
}
|