commit: 8f9a139ba17fa99ca472d15023485290db0e8faf
parent aaaf18c1c52a6dbba708699046e61562f59bbaed
Author: nicole mikołajczyk <me@mkljczk.pl>
Date: Sat, 27 Sep 2025 14:35:09 +0200
Merge branch 'notification-type-update' into 'develop'
Add `update` to @notification_types
See merge request pleroma/pleroma!4368
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