rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

MessageSeen event is not triggering on new message read, if did not answer previous messages #168

Closed Vartld closed 3 years ago

Vartld commented 3 years ago

Hi, we have got another small issue - if we don't write the reply, when getting the new messages in the opened chat window, "MessagesSeen" ebent does not trigger, when we click the "Type a new message" input. Event will trigger only if we have answered the previous messages by our own message, in other cases it does not trigger. Put some screenshots for the issue

messageSeenWasTriggered messageSeenWasNotTriggered

rpaschoal commented 3 years ago

Closing this as a duplicate of https://github.com/rpaschoal/ng-chat/issues/167