mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-08 04:24:10 +01:00
Fix ref
This commit is contained in:
parent
fdccf35c47
commit
9cda004848
|
|
@ -4,7 +4,7 @@
|
||||||
"title": "An invitation to a room issued to a third party identifier, rather than a matrix user ID.",
|
"title": "An invitation to a room issued to a third party identifier, rather than a matrix user ID.",
|
||||||
"description": "Acts as an ``m.room.member`` invite event, where there isn't a target user_id to invite. This event contains a token and a public key whose private key must be used to sign the token. Any user who can present that signature may use this invitation to join the target room.",
|
"description": "Acts as an ``m.room.member`` invite event, where there isn't a target user_id to invite. This event contains a token and a public key whose private key must be used to sign the token. Any user who can present that signature may use this invitation to join the target room.",
|
||||||
"allOf": [{
|
"allOf": [{
|
||||||
"$ref": "core#/definitions/state_event"
|
"$ref": "core-event-schema/state_event.json"
|
||||||
}],
|
}],
|
||||||
"properties": {
|
"properties": {
|
||||||
"content": {
|
"content": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue