MCPcopy Create free account
hub / github.com/daodst/chat / QueryMissingEvents

Method QueryMissingEvents

roomserver/api/api.go:181–181  ·  view source on GitHub ↗

Query missing events for a room from roomserver

(ctx context.Context, req *QueryMissingEventsRequest, res *QueryMissingEventsResponse)

Source from the content-addressed store, hash-verified

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

Callers 3

AddRoutesFunction · 0.65
QueryMissingEventsMethod · 0.65
GetMissingEventsFunction · 0.65

Implementers 2

httpRoomserverInternalAPIroomserver/inthttp/client.go
RoomserverInternalAPITraceroomserver/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected