From 4058fa2794f8dbfae6bcf260163b25d22e652d37 Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Tue, 8 Oct 2024 17:26:59 +0100 Subject: [PATCH] Added reply filtering to the activities tab of the activitypub app (#21254) refs [TryGhost/ActivityPub#63](https://github.com/TryGhost/ActivityPub/pull/63) --- apps/admin-x-activitypub/src/components/Inbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin-x-activitypub/src/components/Inbox.tsx b/apps/admin-x-activitypub/src/components/Inbox.tsx index aaba45f6b3..83c187fe44 100644 --- a/apps/admin-x-activitypub/src/components/Inbox.tsx +++ b/apps/admin-x-activitypub/src/components/Inbox.tsx @@ -25,7 +25,7 @@ const Inbox: React.FC = ({}) => { handle: 'index', includeReplies: true, filter: { - type: ['Create:Article', 'Create:Note', 'Announce:Note'] + type: ['Create:Article:notReply', 'Create:Note:notReply', 'Announce:Note'] } });