flutter_chatview icon indicating copy to clipboard operation
flutter_chatview copied to clipboard

feat:change_message_status

Open MonzerMahmoud opened this issue 3 months ago • 0 comments

Description

This PR implements a way for changing a message status from the chat controller, following the same way of setReaction method.

Checklist

  • [X ] The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • [ X] I have followed the Contributor Guide when preparing my PR.
  • [ ] I have updated/added tests for ALL new/updated/fixed functionality.
  • [ ] I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • [ ] I have updated/added relevant examples in examples or docs.

Breaking Change?

  • [ ] Yes, this PR is a breaking change.
  • [ X] No, this PR is not a breaking change.

Related Issues

This PR does not directly close any existing issues, but it does prevent potential future issues.

MonzerMahmoud avatar Mar 30 '24 22:03 MonzerMahmoud