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

Method LookupMissingEvents

federationapi/api/api.go:103–103  ·  view source on GitHub ↗
(ctx context.Context, s gomatrixserverlib.ServerName, roomID string, missing gomatrixserverlib.MissingEvents, roomVersion gomatrixserverlib.RoomVersion)

Source from the content-addressed store, hash-verified

101 LookupState(ctx context.Context, s gomatrixserverlib.ServerName, roomID string, eventID string, roomVersion gomatrixserverlib.RoomVersion) (res gomatrixserverlib.RespState, err error)
102 LookupStateIDs(ctx context.Context, s gomatrixserverlib.ServerName, roomID string, eventID string) (res gomatrixserverlib.RespStateIDs, err error)
103 LookupMissingEvents(ctx context.Context, s gomatrixserverlib.ServerName, roomID string, missing gomatrixserverlib.MissingEvents, roomVersion gomatrixserverlib.RoomVersion) (res gomatrixserverlib.RespMissingEvents, err error)
104}
105
106// FederationClientError is returned from FederationClient methods in the event of a problem.

Callers 3

getMissingEventsMethod · 0.65
LookupMissingEventsMethod · 0.65
AddRoutesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected