Merge branch 'notification-type-update' into 'develop'
Add `update` to @notification_types See merge request pleroma/pleroma!4368
This commit is contained in:
commit
8f9a139ba1
2 changed files with 2 additions and 0 deletions
1
changelog.d/notification-type-update.fix
Normal file
1
changelog.d/notification-type-update.fix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Add `update` to @notification_types
|
||||||
|
|
@ -74,6 +74,7 @@ defmodule Pleroma.Notification do
|
||||||
reblog
|
reblog
|
||||||
poll
|
poll
|
||||||
status
|
status
|
||||||
|
update
|
||||||
}
|
}
|
||||||
|
|
||||||
def changeset(%Notification{} = notification, attrs) do
|
def changeset(%Notification{} = notification, attrs) do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue