diff --git a/packages/pl-api/lib/entities/grouped-notifications-results.ts b/packages/pl-api/lib/entities/grouped-notifications-results.ts index 66f28d1ed..685bf005f 100644 --- a/packages/pl-api/lib/entities/grouped-notifications-results.ts +++ b/packages/pl-api/lib/entities/grouped-notifications-results.ts @@ -35,7 +35,13 @@ const baseNotificationGroupSchema = v.object({ const accountNotificationGroupSchema = v.object({ ...baseNotificationGroupSchema.entries, - type: v.picklist(['follow', 'follow_request', 'admin.sign_up', 'bite']), + type: v.picklist([ + 'follow', + 'follow_request', + 'follow_request_accepted', + 'admin.sign_up', + 'bite', + ]), }); const mentionNotificationGroupSchema = v.object({