mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(api): ✨ Add initial Push Notifications support
This commit is contained in:
parent
acd2bcb469
commit
d096ab830c
21 changed files with 3301 additions and 3 deletions
|
|
@ -13,3 +13,4 @@ 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";
|
||||
export { PushSubscription } from "~/classes/database/pushsubscription.ts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue