From e666ddc9baf5db54a67094bf7208d5ff934c6f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sat, 27 Sep 2025 12:38:18 +0200 Subject: [PATCH] Add `update` to @notification_types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- changelog.d/notification-type-update.fix | 1 + lib/pleroma/notification.ex | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/notification-type-update.fix 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