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

Method RemoveServerFromBlacklist

federationapi/storage/interface.go:55–55  ·  view source on GitHub ↗
(serverName gomatrixserverlib.ServerName)

Source from the content-addressed store, hash-verified

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
55 RemoveServerFromBlacklist(serverName gomatrixserverlib.ServerName) error
56 RemoveAllServersFromBlacklist() error
57 IsServerBlacklisted(serverName gomatrixserverlib.ServerName) (bool, error)
58

Callers 3

SuccessMethod · 0.65
SuccessMethod · 0.65
MarkServersAliveMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected