Apply suggestions from code review
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
77c4c4b07c
commit
a0e8201816
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ 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. See `Filtering <#filtering>`_
|
*Note*: This endpoint supports lazy-loading of room member events. See `Filtering <#lazy-loading-room-members>`_
|
||||||
for more information.
|
for more information.
|
||||||
operationId: getEventContext
|
operationId: getEventContext
|
||||||
security:
|
security:
|
||||||
|
|
|
@ -34,7 +34,7 @@ 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. See `Filtering <#filtering>`_
|
*Note*: This endpoint supports lazy-loading of room member events. See `Filtering <#lazy-loading-room-members>`_
|
||||||
for more information.
|
for more information.
|
||||||
operationId: getRoomEvents
|
operationId: getRoomEvents
|
||||||
security:
|
security:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue