From 228585d94e32faf8fa3a393435b0fa2a469b193b Mon Sep 17 00:00:00 2001 From: Severin Date: Sun, 7 Dec 2025 16:09:26 +0100 Subject: [PATCH] Update PushNotificationService.php to include reblogs --- app/Services/PushNotificationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/PushNotificationService.php b/app/Services/PushNotificationService.php index bc525d4e4..4ffeea8f8 100644 --- a/app/Services/PushNotificationService.php +++ b/app/Services/PushNotificationService.php @@ -6,7 +6,7 @@ use App\User; class PushNotificationService { - public const NOTIFY_TYPES = ['follow', 'like', 'mention', 'comment']; + public const NOTIFY_TYPES = ['follow', 'like', 'mention', 'comment', 'reblog']; public const PUSH_GATEWAY_VERSION = '1.0';