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

Method ClaimKeys

federationapi/api/api.go:94–94  ·  view source on GitHub ↗
(ctx context.Context, s gomatrixserverlib.ServerName, oneTimeKeys map[string]map[string]string)

Source from the content-addressed store, hash-verified

92 GetEventAuth(ctx context.Context, s gomatrixserverlib.ServerName, roomVersion gomatrixserverlib.RoomVersion, roomID, eventID string) (res gomatrixserverlib.RespEventAuth, err error)
93 GetUserDevices(ctx context.Context, s gomatrixserverlib.ServerName, userID string) (gomatrixserverlib.RespUserDevices, error)
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)

Callers 2

ClaimKeysMethod · 0.65
AddRoutesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected