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
|
||||
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.
|
||||
operationId: getEventContext
|
||||
security:
|
||||
|
|
|
@ -34,7 +34,7 @@ paths:
|
|||
This API returns a list of message and state events for a room. It uses
|
||||
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.
|
||||
operationId: getRoomEvents
|
||||
security:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue