Skip to content

Commit

Permalink
Added reply filtering to the activities tab of the activitypub app (T…
Browse files Browse the repository at this point in the history
  • Loading branch information
mike182uk authored Oct 8, 2024
1 parent b49210f commit 4058fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin-x-activitypub/src/components/Inbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 25,7 @@ const Inbox: React.FC<InboxProps> = ({}) => {
handle: 'index',
includeReplies: true,
filter: {
type: ['Create:Article', 'Create:Note', 'Announce:Note']
type: ['Create:Article:notReply', 'Create:Note:notReply', 'Announce:Note']
}
});

Expand Down

0 comments on commit 4058fa2

Please sign in to comment.