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

TO parameter is edited in place #24

Closed tschellenbach closed 8 years ago

tschellenbach commented 9 years ago

if you add an activity

activity = dict(to=['a']) feed.add_activity(activity) activity.to no longer equals ['a'] it's edited in place....

tschellenbach commented 9 years ago

Seems broken for add_activity and add_activities https://github.com/GetStream/stream-python/blob/master/stream/feed.py#L49

matthisk commented 8 years ago

fixed in #30