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

Method QueryMembershipForUser

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

Query the membership event for an user for a room.

(
		ctx context.Context,
		req *QueryMembershipForUserRequest,
		res *QueryMembershipForUserResponse,
	)

Source from the content-addressed store, hash-verified

79 ) error
80 // Query the membership event for an user for a room.
81 QueryMembershipForUser(
82 ctx context.Context,
83 req *QueryMembershipForUserRequest,
84 res *QueryMembershipForUserResponse,

Callers 14

performJoinRoomByIDMethod · 0.65
AddRoutesFunction · 0.65
fetchUnknownEventMethod · 0.65
authorisedToSeeEventMethod · 0.65
GetAliasesFunction · 0.65
OnIncomingStateRequestFunction · 0.65
SendServerNoticeFunction · 0.65
SendKickFunction · 0.65
SendUnbanFunction · 0.65
SendForgetFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected