mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Add more notification types to keep Soapbox happy
This commit is contained in:
parent
76056f76d4
commit
b43e563106
|
|
@ -39,6 +39,15 @@ export const schema = z.object({
|
|||
"admin.report",
|
||||
"chat",
|
||||
"pleroma:chat_mention",
|
||||
"pleroma:emoji_reaction",
|
||||
"pleroma:event_reminder",
|
||||
"pleroma:participation_request",
|
||||
"pleroma:participation_accepted",
|
||||
"move",
|
||||
"group_reblog",
|
||||
"group_favourite",
|
||||
"user_approved",
|
||||
"update",
|
||||
])
|
||||
.array()
|
||||
.optional(),
|
||||
|
|
@ -56,6 +65,15 @@ export const schema = z.object({
|
|||
"admin.report",
|
||||
"chat",
|
||||
"pleroma:chat_mention",
|
||||
"pleroma:emoji_reaction",
|
||||
"pleroma:event_reminder",
|
||||
"pleroma:participation_request",
|
||||
"pleroma:participation_accepted",
|
||||
"move",
|
||||
"group_reblog",
|
||||
"group_favourite",
|
||||
"user_approved",
|
||||
"update",
|
||||
])
|
||||
.array()
|
||||
.optional(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue