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

Method QueryServerBannedFromRoom

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

QueryServerBannedFromRoom returns whether a server is banned from a room by server ACLs.

(ctx context.Context, req *QueryServerBannedFromRoomRequest, res *QueryServerBannedFromRoomResponse)

Source from the content-addressed store, hash-verified

167 QueryBulkStateContentAPI
168 // QueryServerBannedFromRoom returns whether a server is banned from a room by server ACLs.
169 QueryServerBannedFromRoom(ctx context.Context, req *QueryServerBannedFromRoomRequest, res *QueryServerBannedFromRoomResponse) error
170 QueryRoomVersionForRoom(ctx context.Context, req *QueryRoomVersionForRoomRequest, res *QueryRoomVersionForRoomResponse) error
171 GetRoomIDForAlias(ctx context.Context, req *GetRoomIDForAliasRequest, res *GetRoomIDForAliasResponse) error
172 QueryEventsByID(ctx context.Context, req *QueryEventsByIDRequest, res *QueryEventsByIDResponse) error

Callers 3

AddRoutesFunction · 0.65
IsServerBannedFromRoomFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected