mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add shoutedBy_some to _PostFilter
- we have a feature that allows users to publicly show their shouts with their consent. we need this for the filter to work.
This commit is contained in:
parent
f6d09ffe3e
commit
d1606c6b1f
@ -19,6 +19,7 @@ input _PostFilter {
|
||||
title_not_starts_with: String
|
||||
title_ends_with: String
|
||||
title_not_ends_with: String
|
||||
shoutedBy_some: _UserFilter
|
||||
slug: String
|
||||
slug_not: String
|
||||
slug_in: [String!]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user