diff --git a/changelog.d/notification-type-update.fix b/changelog.d/notification-type-update.fix new file mode 100644 index 000000000..ee864000c --- /dev/null +++ b/changelog.d/notification-type-update.fix @@ -0,0 +1 @@ +Add `update` to @notification_types diff --git a/lib/pleroma/notification.ex b/lib/pleroma/notification.ex index 75f4ba503..80844ed71 100644 --- a/lib/pleroma/notification.ex +++ b/lib/pleroma/notification.ex @@ -74,6 +74,7 @@ defmodule Pleroma.Notification do reblog poll status + update } def changeset(%Notification{} = notification, attrs) do