refactor(federation): ♻️ Move incoming federation handling to custom class

This commit is contained in:
Jesse Wierzbinski 2024-11-01 20:42:32 +01:00
parent d570e8c200
commit f26493140f
No known key found for this signature in database
9 changed files with 1066 additions and 622 deletions

View file

@ -8,3 +8,5 @@ export { Note } from "~/classes/database/note";
export { Timeline } from "~/classes/database/timeline";
export { Application } from "~/classes/database/application";
export { db } from "~/drizzle/db";
export { Relationship } from "~/classes/database/relationship";
export { Like } from "~/classes/database/like";