Apply suggestions from code review

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
matthew/1.0/msc688-msc1227-lazy-loading
Travis Ralston 5 years ago committed by GitHub
parent 77c4c4b07c
commit a0e8201816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save