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

Method GetPendingEDUServerNames

federationapi/storage/interface.go:51–51  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

49
50 GetPendingPDUServerNames(ctx context.Context) ([]gomatrixserverlib.ServerName, error)
51 GetPendingEDUServerNames(ctx context.Context) ([]gomatrixserverlib.ServerName, error)
52
53 // these don't have contexts passed in as we want things to happen regardless of the request context
54 AddServerToBlacklist(serverName gomatrixserverlib.ServerName) error

Callers 1

NewOutgoingQueuesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected