m.third_party_invite: Allow multiple public keys

This commit is contained in:
Daniel Wagner-Hall 2016-02-12 13:13:47 +00:00
parent 2890d282e3
commit ea170e5dca
2 changed files with 31 additions and 9 deletions

View file

@ -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,