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

Method Backfill

federationapi/api/api.go:96–96  ·  view source on GitHub ↗
(ctx context.Context, s gomatrixserverlib.ServerName, roomID string, limit int, eventIDs []string)

Source from the content-addressed store, hash-verified

94 ClaimKeys(ctx context.Context, s gomatrixserverlib.ServerName, oneTimeKeys map[string]map[string]string) (gomatrixserverlib.RespClaimKeys, error)
95 QueryKeys(ctx context.Context, s gomatrixserverlib.ServerName, keys map[string][]string) (gomatrixserverlib.RespQueryKeys, error)
96 Backfill(ctx context.Context, s gomatrixserverlib.ServerName, roomID string, limit int, eventIDs []string) (res gomatrixserverlib.Transaction, err error)
97 MSC2836EventRelationships(ctx context.Context, dst gomatrixserverlib.ServerName, r gomatrixserverlib.MSC2836EventRelationshipsRequest, roomVersion gomatrixserverlib.RoomVersion) (res gomatrixserverlib.MSC2836EventRelationshipsResponse, err error)
98 MSC2946Spaces(ctx context.Context, dst gomatrixserverlib.ServerName, roomID string, suggestedOnly bool) (res gomatrixserverlib.MSC2946SpacesResponse, err error)
99

Callers 3

BackfillMethod · 0.65
BackfillMethod · 0.65
AddRoutesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected