Query the latest events and state for a room from the room server.
| 45 | |
| 46 | // Query the latest events and state for a room from the room server. |
| 47 | type QueryLatestEventsAndStateAPI interface { |
| 48 | QueryLatestEventsAndState(ctx context.Context, req *QueryLatestEventsAndStateRequest, res *QueryLatestEventsAndStateResponse) error |
| 49 | } |
| 50 | |
| 51 | // QueryBulkStateContent does a bulk query for state event content in the given rooms. |
| 52 | type QueryBulkStateContentAPI interface { |
no outgoing calls
no test coverage detected