diff --git a/Iceshrimp.Backend/Core/Services/NotificationService.cs b/Iceshrimp.Backend/Core/Services/NotificationService.cs index bd442484..f5e3974b 100644 --- a/Iceshrimp.Backend/Core/Services/NotificationService.cs +++ b/Iceshrimp.Backend/Core/Services/NotificationService.cs @@ -262,7 +262,7 @@ public class NotificationService( { Id = IdHelpers.GenerateSlowflakeId(), CreatedAt = DateTime.UtcNow, - Note = note, + Note = note.IsQuote ? note : note.Renote, Notifiee = note.Renote.User, Notifier = note.User, Type = note.IsQuote ? Notification.NotificationType.Quote : Notification.NotificationType.Renote