mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
feat(database): ✨ Add Reaction database class
This commit is contained in:
parent
e00182cf54
commit
f67fed12e0
6 changed files with 2635 additions and 11 deletions
|
|
@ -12,3 +12,4 @@ export { Relationship } from "~/classes/database/relationship.ts";
|
|||
export { Like } from "~/classes/database/like.ts";
|
||||
export { Token } from "~/classes/database/token.ts";
|
||||
export { Notification } from "~/classes/database/notification.ts";
|
||||
export { Reaction } from "~/classes/database/reaction.ts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue