GetStream / stream-python

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

add support for activity_copy_limit on follow_many #40

Closed tbarbugli closed 7 years ago

tbarbugli commented 8 years ago
follows = [
  {'source': 'group:1', 'target': 'user:1'}, 
  {'source': 'group:1', 'target': 'user:2'},
 ]

stream_client.follow_many(follows,activity_copy_limit=10)
tbarbugli commented 8 years ago

https://github.com/GetStream/stream-django/issues/41

dwightgunning commented 7 years ago

@pterk - it looks like this was actually fixed quite a while back in 126d6aaee. Can you confirm and close if so?

pterk commented 7 years ago

@dwightgunning can confirm