diff --git a/changelog.d/notification-type-update.fix b/changelog.d/notification-type-update.fix new file mode 100644 index 0000000000..ee864000c2 --- /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 75f4ba5033..80844ed719 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