Query missing events for a room from roomserver
(ctx context.Context, req *QueryMissingEventsRequest, res *QueryMissingEventsResponse)
| 179 | QueryPublishedRooms(ctx context.Context, req *QueryPublishedRoomsRequest, res *QueryPublishedRoomsResponse) error |
| 180 | // Query missing events for a room from roomserver |
| 181 | QueryMissingEvents(ctx context.Context, req *QueryMissingEventsRequest, res *QueryMissingEventsResponse) error |
| 182 | // Query whether a server is allowed to see an event |
| 183 | QueryServerAllowedToSeeEvent(ctx context.Context, req *QueryServerAllowedToSeeEventRequest, res *QueryServerAllowedToSeeEventResponse) error |
| 184 | QueryRoomsForUser(ctx context.Context, req *QueryRoomsForUserRequest, res *QueryRoomsForUserResponse) error |
no outgoing calls
no test coverage detected