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

extend support to mark_seen #17

Closed tbarbugli closed 8 years ago

tbarbugli commented 9 years ago

mark_seen=[aid1, aid2] -> mark_seen="aid1,aid2"

matthisk commented 8 years ago

Don't get it, should we support mark_seen="aid1,aid2" format or should the method throw an error if you try this format or is something totally different going on here?

tbarbugli commented 8 years ago

this was fixed long time ago ;)