Search code examples
flutterkotlingetstream-io

GetStream.io filter activities by an extraField


I have some posts in a feed, with an extra field like "moderated":0 or 1

I need to get the activities where extra field "moderated" = 1 only

Is there any filter on that?

Thanks


Solution

  • You can add your moderated activities to a separate feed. Then you can easily return them with an API call.