Versions in this module Expand all Collapse all v0 v0.14.0 Dec 18, 2024 Changes in this version + type OutgoingQueues struct + func NewOutgoingQueues(db storage.Database, process *process.ProcessContext, disabled bool, ...) *OutgoingQueues + func (oqs *OutgoingQueues) RetryServer(srv spec.ServerName, wasBlacklisted bool) + func (oqs *OutgoingQueues) SendEDU(e *gomatrixserverlib.EDU, origin spec.ServerName, ...) error + func (oqs *OutgoingQueues) SendEvent(ev *types.HeaderedEvent, origin spec.ServerName, ...) error