diff --git a/Iceshrimp.Backend/Core/Services/NotificationService.cs b/Iceshrimp.Backend/Core/Services/NotificationService.cs index 7cda4618..7589018d 100644 --- a/Iceshrimp.Backend/Core/Services/NotificationService.cs +++ b/Iceshrimp.Backend/Core/Services/NotificationService.cs @@ -184,7 +184,6 @@ public class NotificationService( { Id = IdHelpers.GenerateSlowflakeId(), CreatedAt = DateTime.UtcNow, - FollowRequest = followRequest, Notifier = followRequest.Followee, Notifiee = followRequest.Follower, Type = Notification.NotificationType.FollowRequestAccepted