logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
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:

Achangelog.d/notification-type-update.fix1+
Mlib/pleroma/notification.ex1+
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