Replaced message input flags with positive booleans

This commit is contained in:
Ayush Shekhar
2022-05-06 09:38:10 +05:30
parent 32d0068a2b
commit b2f0a25bb0
2 changed files with 12 additions and 8 deletions
@@ -4,6 +4,10 @@
- [[#1119]](https://github.com/GetStream/stream-chat-flutter/issues/1119) Added an option to disable mentions overlay in `StreamMessageInput`
🛑️ Breaking Changes
- Replaced `disableEmojiSuggestionsOverlay` with `enableEmojiSuggestionsOverlay` in `StreamMessageInput`
🐞 Fixed
- Fixed attachment picker ui.