Fix notification types

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-05-28 16:45:35 +02:00
parent da19454471
commit 5b8ad04f8b
2 changed files with 3 additions and 0 deletions

View file

@ -74,6 +74,7 @@ def unread_notifications_count(%User{id: user_id}) do
reblog
poll
status
update
pleroma:participation_accepted
pleroma:participation_request
pleroma:event_reminder

View file

@ -208,6 +208,7 @@ defp notification_type do
"follow_request",
"poll",
"status",
"update",
"pleroma:participation_accepted",
"pleroma:participation_request",
"pleroma:event_reminder",
@ -227,6 +228,7 @@ defp notification_type do
- `pleroma:chat_mention` - Someone mentioned you in a chat message
- `pleroma:report` - Someone was reported
- `status` - Someone you are subscribed to created a status
- `update` - A status you interacted with was updated
- `pleroma:event_reminder` An event you are participating in or created is taking place soon
- `pleroma:event_update` An event you are participating in was edited
- `pleroma:participation_request - Someone wants to participate in your event