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

Method QueryServerJoinedToRoom

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

Query if we think we're still in a room.

(ctx context.Context, req *QueryServerJoinedToRoomRequest, res *QueryServerJoinedToRoomResponse)

Source from the content-addressed store, hash-verified

176 QueryStateAndAuthChain(ctx context.Context, req *QueryStateAndAuthChainRequest, res *QueryStateAndAuthChainResponse) error
177 // Query if we think we're still in a room.
178 QueryServerJoinedToRoom(ctx context.Context, req *QueryServerJoinedToRoomRequest, res *QueryServerJoinedToRoomResponse) error
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

Callers 6

performJoinRoomByIDMethod · 0.65
AddRoutesFunction · 0.65
roomExistsMethod · 0.65
MakeJoinFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected