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

Method QueryRestrictedJoinAllowed

roomserver/api/api.go:185–185  ·  view source on GitHub ↗
(ctx context.Context, req *QueryRestrictedJoinAllowedRequest, res *QueryRestrictedJoinAllowedResponse)

Source from the content-addressed store, hash-verified

183 QueryServerAllowedToSeeEvent(ctx context.Context, req *QueryServerAllowedToSeeEventRequest, res *QueryServerAllowedToSeeEventResponse) error
184 QueryRoomsForUser(ctx context.Context, req *QueryRoomsForUserRequest, res *QueryRoomsForUserResponse) error
185 QueryRestrictedJoinAllowed(ctx context.Context, req *QueryRestrictedJoinAllowedRequest, res *QueryRestrictedJoinAllowedResponse) error
186 PerformInboundPeek(ctx context.Context, req *PerformInboundPeekRequest, res *PerformInboundPeekResponse) error
187 PerformInvite(ctx context.Context, req *PerformInviteRequest, res *PerformInviteResponse) error
188 // Query a given amount (or less) of events prior to a given set of events.

Callers 4

AddRoutesFunction · 0.65
checkRestrictedJoinFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected