0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added reply filtering to the activities tab of the activitypub app (#21254)

refs
[TryGhost/ActivityPub#63](https://github.com/TryGhost/ActivityPub/pull/63)
This commit is contained in:
Michael Barrett 2024-10-08 17:26:59 +01:00 committed by GitHub
parent b49210f4dd
commit 4058fa2794
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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']
}
});