EmbeddedChat
EmbeddedChat copied to clipboard
Fix of display text when user is typing
Description:
To fix the display of text, when a user is typing. It should be displayed only when others are typing.
Not to display when user1 is typing. It should only be displayed to user1 when user2 is typing.
Example-- Should be displayed <user2> is typing... to user1 and Vice-versa
Steps to reproduce:
- Go to Chat area.
- Type some message
- See your_name displayed as
<your_name> is typing...
Expected behavior:
Should only be displayed when others are typing.
Actual behavior:
Hi @sidmohanty11 . I've opened PR(#381 ) to fix the issue mentioned by you in the comments of #367 . Please review it and let me know if anything is required. Thanks