GetStream / stream-swift

Swift client for Stream API
https://getstream.io
BSD 3-Clause "New" or "Revised" License
35 stars 26 forks source link

Prefer using current instance of `Client` instead of `Client.shared` within an extension function. #13

Closed fchauvin closed 4 years ago

fchauvin commented 4 years ago

Fixes an issue where any instance of Client will reference the shared Client's currentUserId property when attempting to create the current user.

Please let me know if you'd like anything else changed!

buh commented 4 years ago

Please check the latest version. Changelog here: https://github.com/GetStream/stream-swift/blob/master/CHANGELOG.md