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

Method MarkServersAlive

federationapi/internal/perform.go:643–648  ·  view source on GitHub ↗
(destinations []gomatrixserverlib.ServerName)

Source from the content-addressed store, hash-verified

641}
642
643func (r *FederationInternalAPI) MarkServersAlive(destinations []gomatrixserverlib.ServerName) {
644 for _, srv := range destinations {
645 _ = r.db.RemoveServerFromBlacklist(srv)
646 r.queues.RetryServer(srv)
647 }
648}
649
650func sanityCheckAuthChain(authChain []*gomatrixserverlib.Event) error {
651 // sanity check we have a create event and it has a known room version

Callers 2

PerformBroadcastEDUMethod · 0.95
WakeupMethod · 0.80

Calls 2

RetryServerMethod · 0.80

Tested by

no test coverage detected