commit: e666ddc9baf5db54a67094bf7208d5ff934c6f8b
parent 1efe48672d9daf57093f4ae7facba5790c3c1920
Author: nicole mikołajczyk <git@mkljczk.pl>
Date: Sat, 27 Sep 2025 12:38:18 +0200
Add `update` to @notification_types
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/changelog.d/notification-type-update.fix 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
@@ -74,6 +74,7 @@ defmodule Pleroma.Notification do
reblog
poll
status
+ update
}
def changeset(%Notification{} = notification, attrs) do