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

Method AssociatePDUWithDestination

federationapi/storage/interface.go:41–41  ·  view source on GitHub ↗
(ctx context.Context, transactionID gomatrixserverlib.TransactionID, serverName gomatrixserverlib.ServerName, receipt *shared.Receipt)

Source from the content-addressed store, hash-verified

39 GetPendingEDUs(ctx context.Context, serverName gomatrixserverlib.ServerName, limit int) (edus map[*shared.Receipt]*gomatrixserverlib.EDU, err error)
40
41 AssociatePDUWithDestination(ctx context.Context, transactionID gomatrixserverlib.TransactionID, serverName gomatrixserverlib.ServerName, receipt *shared.Receipt) error
42 AssociateEDUWithDestination(ctx context.Context, serverName gomatrixserverlib.ServerName, receipt *shared.Receipt, eduType string, expireEDUTypes map[string]time.Duration) error
43
44 CleanPDUs(ctx context.Context, serverName gomatrixserverlib.ServerName, receipts []*shared.Receipt) error

Callers 1

sendEventMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected