⚠️ Deprecated
Client.shared.update(channel:name:imageURL:extraData:_:)
andchannel.update(name:imageURL:extraData:_:)
is deprecated. Please use versions withoutname:imageURL:
🐞 Fixed
Channel.update
unnecessarily causing an actual name and imageURL update on 1-1 channels #973Channel.membership
isnil
for when channel is obtained frompresenter.rx.channelDidUpdate
observable- Fix when both an image and a file were sent, only the images were actually sent
🔄 Changed
- HTTP requests were incorrectly logged with
error
log level, changed todebug