mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
C2S: Fix notes while we're here
This commit is contained in:
parent
c998b8a018
commit
a1e558b461
|
|
@ -266,11 +266,12 @@ paths:
|
||||||
Get information about a URL for the client. Typically this is called when a
|
Get information about a URL for the client. Typically this is called when a
|
||||||
client sees a URL in a message and wants to render a preview for the user.
|
client sees a URL in a message and wants to render a preview for the user.
|
||||||
|
|
||||||
**Note:**
|
{{% boxes/note %}}
|
||||||
Clients should consider avoiding this endpoint for URLs posted in encrypted
|
Clients should consider avoiding this endpoint for URLs posted in encrypted
|
||||||
rooms. Encrypted rooms often contain more sensitive information the users
|
rooms. Encrypted rooms often contain more sensitive information the users
|
||||||
do not want to share with the homeserver, and this can mean that the URLs
|
do not want to share with the homeserver, and this can mean that the URLs
|
||||||
being shared should also not be shared with the homeserver.
|
being shared should also not be shared with the homeserver.
|
||||||
|
{{% /boxes/note %}}
|
||||||
operationId: getUrlPreview
|
operationId: getUrlPreview
|
||||||
security:
|
security:
|
||||||
- accessTokenQuery: []
|
- accessTokenQuery: []
|
||||||
|
|
@ -340,10 +341,12 @@ paths:
|
||||||
All values are intentionally left optional. Clients SHOULD follow
|
All values are intentionally left optional. Clients SHOULD follow
|
||||||
the advice given in the field description when the field is not available.
|
the advice given in the field description when the field is not available.
|
||||||
|
|
||||||
**NOTE:** Both clients and server administrators should be aware that proxies
|
{{% boxes/note %}}
|
||||||
|
Both clients and server administrators should be aware that proxies
|
||||||
between the client and the server may affect the apparent behaviour of content
|
between the client and the server may affect the apparent behaviour of content
|
||||||
repository APIs, for example, proxies may enforce a lower upload size limit
|
repository APIs, for example, proxies may enforce a lower upload size limit
|
||||||
than is advertised by the server on this endpoint.
|
than is advertised by the server on this endpoint.
|
||||||
|
{{% /boxes/note %}}
|
||||||
operationId: getConfig
|
operationId: getConfig
|
||||||
security:
|
security:
|
||||||
- accessTokenQuery: []
|
- accessTokenQuery: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue