diff --git a/Iceshrimp.Backend/Core/Services/NotificationService.cs b/Iceshrimp.Backend/Core/Services/NotificationService.cs index 7589018d..21ee0349 100644 --- a/Iceshrimp.Backend/Core/Services/NotificationService.cs +++ b/Iceshrimp.Backend/Core/Services/NotificationService.cs @@ -219,6 +219,7 @@ public class NotificationService( .Where(p => p.Note == note) .Where(p => p.User.Host == null) .Select(p => p.User) + .Concat(db.Users.Where(p => p == note.User)) .Distinct() .Select(p => new Notification {