✅ Added
Message.channel
to access the channel from a message. PS: Due to a temporary backend issue, it's possible thatMessage.channel.config
will not be accurate when using thesearch
functionality. This should be fixed soon. #650
🐞 Fixed
- Fixed chat table view not starting at the bottom when the last message is long. #653
- Make an OPTIONS request to
connect
instead ofQueryUsers
request to heat up HTTP connection. #733 - ComposerView layout overlap when both image and file uploaded #738
- Message replies (thread) is unreachable when message itself is deleted #734
- Photo library permission was asked unnecessarily.
StreamChat v2.x usesUIImagePickerController
which handles the photo library access internally, so the SDK doesn't ever need full photo library access.
This was introduced with #199 incorrectly.
Further reading can be found here #735