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

Method PerformBroadcastEDU

federationapi/api/api.go:27–27  ·  view source on GitHub ↗

Broadcasts an EDU to all servers in rooms we are joined to. Used in the yggdrasil demos.

(
		ctx context.Context,
		request *PerformBroadcastEDURequest,
		response *PerformBroadcastEDUResponse,
	)

Source from the content-addressed store, hash-verified

25
26 // Broadcasts an EDU to all servers in rooms we are joined to. Used in the yggdrasil demos.
27 PerformBroadcastEDU(
28 ctx context.Context,
29 request *PerformBroadcastEDURequest,
30 response *PerformBroadcastEDUResponse,

Callers 2

mainFunction · 0.65
AddRoutesFunction · 0.65

Implementers 2

FederationInternalAPIfederationapi/internal/api.go
httpFederationInternalAPIfederationapi/inthttp/client.go

Calls

no outgoing calls

Tested by

no test coverage detected