Merge pull request #173 from GetStream/hotfix/mentionTap

This commit is contained in:
Sahil Kumar
2020-12-11 19:06:52 +05:30
committed by GitHub
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.2.17+1
- Fix mention tap bug
## 0.2.17
- Expose messageInputDecoration as part of the theme
+1 -1
View File
@@ -31,7 +31,7 @@ class MessageText extends StatelessWidget {
) {
if (link.startsWith('@')) {
final mentionedUser = message.mentionedUsers.firstWhere(
(u) => '@${u.name.replaceAll(' ', '')}' == link,
(u) => '@${u.name}' == link,
orElse: () => null,
);
+1 -1
View File
@@ -1,7 +1,7 @@
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 0.2.17
version: 0.2.17+1
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues