GetStream / stream-chat-flutter

Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.
https://getstream.io/chat/sdk/flutter/
Other
880 stars 313 forks source link

fix(ui): fixes copying a message with mentions #1945

Closed deven98 closed 2 weeks ago

deven98 commented 2 weeks ago

Fixes #1929

Currently copying a message does not replace the mentioned IDs with user names. This PR uses the same logic from the package that fixes this in the message text to fix it.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.

Project coverage is 60.23%. Comparing base (e3423d3) to head (bcc2b84).

Files Patch % Lines
...flutter/lib/src/message_widget/message_widget.dart 0.00% 16 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1945 +/- ## ========================================== - Coverage 60.28% 60.23% -0.05% ========================================== Files 317 317 Lines 18479 18493 +14 ========================================== Hits 11140 11140 - Misses 7339 7353 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.