mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 01:13:10 -06:00
Fix spec URLs
This commit is contained in:
parent
2a951970d3
commit
a2eefb85bd
|
|
@ -47,7 +47,7 @@ type MembershipRequest struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// idServerLookupResponse represents the response described at https://matrix.org/docs/spec/client_server/r0.2.0.html#get-matrix-identity-api-v1-lookup
|
// idServerLookupResponse represents the response described at https://matrix.org/docs/spec/identity_service/unstable.html#get-matrix-identity-api-v1-lookup
|
||||||
type idServerLookupResponse struct {
|
type idServerLookupResponse struct {
|
||||||
TS int64 `json:"ts"`
|
TS int64 `json:"ts"`
|
||||||
NotBefore int64 `json:"not_before"`
|
NotBefore int64 `json:"not_before"`
|
||||||
|
|
@ -58,7 +58,7 @@ type idServerLookupResponse struct {
|
||||||
Signatures map[string]map[string]string `json:"signatures"`
|
Signatures map[string]map[string]string `json:"signatures"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// idServerLookupResponse represents the response described at https://matrix.org/docs/spec/client_server/r0.2.0.html#invitation-storage
|
// idServerLookupResponse represents the response described at https://matrix.org/docs/spec/identity_service/unstable.html#invitation-storage
|
||||||
type idServerStoreInviteResponse struct {
|
type idServerStoreInviteResponse struct {
|
||||||
PublicKey string `json:"public_key"`
|
PublicKey string `json:"public_key"`
|
||||||
Token string `json:"token"`
|
Token string `json:"token"`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue