mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix references to filtering
We can't have two different backlinks for the same text, so use LL as the label
This commit is contained in:
parent
98c9d93b20
commit
8f1f8b4fe5
|
|
@ -35,8 +35,8 @@ paths:
|
||||||
after the specified event. This allows clients to get the context
|
after the specified event. This allows clients to get the context
|
||||||
surrounding an event.
|
surrounding an event.
|
||||||
|
|
||||||
*Note*: This endpoint supports lazy-loading of room member events. See `Filtering <#lazy-loading-room-members>`_
|
*Note*: This endpoint supports lazy-loading of room member events. See
|
||||||
for more information.
|
`Lazy-loading room members <#lazy-loading-room-members>`_ for more information.
|
||||||
operationId: getEventContext
|
operationId: getEventContext
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ paths:
|
||||||
This API returns a list of message and state events for a room. It uses
|
This API returns a list of message and state events for a room. It uses
|
||||||
pagination query parameters to paginate history in the room.
|
pagination query parameters to paginate history in the room.
|
||||||
|
|
||||||
*Note*: This endpoint supports lazy-loading of room member events. See `Filtering <#lazy-loading-room-members>`_
|
*Note*: This endpoint supports lazy-loading of room member events. See
|
||||||
for more information.
|
`Lazy-loading room members <#lazy-loading-room-members>`_ for more information.
|
||||||
operationId: getRoomEvents
|
operationId: getRoomEvents
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue