Versions in this module Expand all Collapse all v0 v0.14.0 Dec 18, 2024 Changes in this version + type QueryRelayTransactionsResponse struct + EntriesQueued bool + EntryID int64 + Transaction gomatrixserverlib.Transaction + type RelayInternalAPI interface + PerformRelayServerSync func(ctx context.Context, userID spec.UserID, relayServer spec.ServerName) error + RelayingEnabled func() bool + SetRelayingEnabled func(bool) + type RelayServerAPI interface + PerformStoreTransaction func(ctx context.Context, transaction gomatrixserverlib.Transaction, ...) error + QueryTransactions func(ctx context.Context, userID spec.UserID, previousEntry fclient.RelayEntry) (QueryRelayTransactionsResponse, error)