diff --git a/Iceshrimp.Backend/Controllers/Pleroma/BiteController.cs b/Iceshrimp.Backend/Controllers/Mastodon/BiteController.cs similarity index 100% rename from Iceshrimp.Backend/Controllers/Pleroma/BiteController.cs rename to Iceshrimp.Backend/Controllers/Mastodon/BiteController.cs diff --git a/Iceshrimp.Backend/Controllers/Mastodon/Schemas/Entities/NotificationEntity.cs b/Iceshrimp.Backend/Controllers/Mastodon/Schemas/Entities/NotificationEntity.cs index 53a630d8..60055881 100644 --- a/Iceshrimp.Backend/Controllers/Mastodon/Schemas/Entities/NotificationEntity.cs +++ b/Iceshrimp.Backend/Controllers/Mastodon/Schemas/Entities/NotificationEntity.cs @@ -36,7 +36,7 @@ public class NotificationEntity : IEntity NotificationType.Reaction when isPleroma => "pleroma:emoji_reaction", NotificationType.Reaction when !isPleroma => "reaction", - NotificationType.Bite when isPleroma => "bite", + NotificationType.Bite => "bite", _ => throw new GracefulException($"Unsupported notification type: {type}") };