Fix notification types
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
a0eff7cc94
commit
ccf76bfdea
2 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,7 @@ def unread_notifications_count(%User{id: user_id}) do
|
||||||
reblog
|
reblog
|
||||||
poll
|
poll
|
||||||
status
|
status
|
||||||
|
update
|
||||||
pleroma:participation_accepted
|
pleroma:participation_accepted
|
||||||
pleroma:participation_request
|
pleroma:participation_request
|
||||||
pleroma:event_reminder
|
pleroma:event_reminder
|
||||||
|
|
|
@ -208,6 +208,7 @@ defp notification_type do
|
||||||
"follow_request",
|
"follow_request",
|
||||||
"poll",
|
"poll",
|
||||||
"status",
|
"status",
|
||||||
|
"update",
|
||||||
"pleroma:participation_accepted",
|
"pleroma:participation_accepted",
|
||||||
"pleroma:participation_request",
|
"pleroma:participation_request",
|
||||||
"pleroma:event_reminder",
|
"pleroma:event_reminder",
|
||||||
|
@ -227,6 +228,7 @@ defp notification_type do
|
||||||
- `pleroma:chat_mention` - Someone mentioned you in a chat message
|
- `pleroma:chat_mention` - Someone mentioned you in a chat message
|
||||||
- `pleroma:report` - Someone was reported
|
- `pleroma:report` - Someone was reported
|
||||||
- `status` - Someone you are subscribed to created a status
|
- `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_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:event_update` – An event you are participating in was edited
|
||||||
- `pleroma:participation_request - Someone wants to participate in your event
|
- `pleroma:participation_request - Someone wants to participate in your event
|
||||||
|
|
Loading…
Reference in a new issue