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

Validate the user id argument #16

Closed tschellenbach closed 8 years ago

tschellenbach commented 9 years ago

It can't contain / or : and should match our specified regex @tbarbugli what do you think?

tbarbugli commented 9 years ago

should match \w+

2014-11-17 15:10 GMT+01:00 Thierry Schellenbach notifications@github.com:

It can't contain / or : and should match our specified regex @tbarbugli https://github.com/tbarbugli what do you think?

— Reply to this email directly or view it on GitHub https://github.com/GetStream/stream-python/issues/16.

matthisk commented 8 years ago

Has been added a long time ago. see: 728bad8