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:
parent
b49210f4dd
commit
4058fa2794
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue