m.third_party_invite: Allow multiple public keys
This commit is contained in:
parent
2890d282e3
commit
ea170e5dca
2 changed files with 31 additions and 9 deletions
|
@ -3,7 +3,11 @@
|
|||
"content": {
|
||||
"display_name": "Alice Margatroid",
|
||||
"key_validity_url": "https://magic.forest/verifykey",
|
||||
"public_key": "abc123"
|
||||
"public_key": "abc123",
|
||||
"public_keys": [{
|
||||
"public_key": "def456",
|
||||
"key_validity_url": "https://magic.forest/verifykey"
|
||||
}]
|
||||
},
|
||||
"state_key": "pc98",
|
||||
"origin_server_ts": 1431961217939,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue