Skip to content

Commit

Permalink
feat(federation): ✨ Export WebFinger types from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Sep 16, 2024
1 parent a93a641 commit 1fd9434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions federation/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { VoteSchema } from "./schemas/extensions/polls.ts";
import { ReactionSchema } from "./schemas/extensions/reactions.ts";
import { ShareSchema } from "./schemas/extensions/share.ts";
import { VanityExtensionSchema } from "./schemas/extensions/vanity.ts";
import { WebFingerSchema } from "./schemas/webfinger.ts";

export {
NoteSchema as Note,
Expand All @@ -46,4 +47,5 @@ export {
VoteSchema as PollVoteExtension,
ReactionSchema as ReactionExtension,
ShareSchema as ShareExtension,
WebFingerSchema as WebFinger,
};

0 comments on commit 1fd9434

Please sign in to comment.