Loading fedify/federation/middleware.ts +2 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ import type { import { handleActor, handleCollection, handleCustomCollection, handleInbox, handleObject, handleOrderedCollection, Loading Loading @@ -1468,7 +1469,7 @@ export class FederationImpl<TContextData> case "collection": { const name = route.name.replace(/^collection:/, ""); const callbacks = this.collectionCallbacks[name]; return await handleOrderedCollection< return await handleCustomCollection< URL | Object | Link | Recipient, Record<string, string>, RequestContext<TContextData>, Loading Loading
fedify/federation/middleware.ts +2 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ import type { import { handleActor, handleCollection, handleCustomCollection, handleInbox, handleObject, handleOrderedCollection, Loading Loading @@ -1468,7 +1469,7 @@ export class FederationImpl<TContextData> case "collection": { const name = route.name.replace(/^collection:/, ""); const callbacks = this.collectionCallbacks[name]; return await handleOrderedCollection< return await handleCustomCollection< URL | Object | Link | Recipient, Record<string, string>, RequestContext<TContextData>, Loading