mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor(federation): ♻️ Move incoming federation handling to custom class
This commit is contained in:
parent
d570e8c200
commit
f26493140f
9 changed files with 1066 additions and 622 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue