GetStream / stream-python

Python Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
142 stars 40 forks source link

followStats() function missing #136

Closed ishaansrm closed 2 years ago

ishaansrm commented 2 years ago

Problem explanation

Stream supports getting follower count for a feed via followStats() function in JS, but it's not yet available in the python/django server side libs.

Here's the mention for followStats() in official docs: https://getstream.io/activity-feeds/docs/node/following/?language=javascript#reading-follow-stats

Is there a plan to expose this feature in python/django? Without this it's impossible to get follower count for a feed group with more than 1,000 members

TIA

ishaansrm commented 2 years ago

Whoops its already added in 4.0.0, closing this issue