Merge branch 'notification-type-update' into 'develop'

Add `update` to @notification_types

See merge request pleroma/pleroma!4368
This commit is contained in:
nicole mikołajczyk 2025-09-27 14:35:09 +02:00
commit 8f9a139ba1
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
Add `update` to @notification_types

View file

@ -74,6 +74,7 @@ defmodule Pleroma.Notification do
reblog
poll
status
update
}
def changeset(%Notification{} = notification, attrs) do