rpaschoal / ng-chat

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

How to refresh conversation? #210

Closed FractalMind closed 1 year ago

FractalMind commented 2 years ago

I want to sync the SAME participant across all Instances. If I open 2 instances of the same participant and I write something I can refresh the history storage of the second instance but I won't show any changes. When I call this.getMessageHistory( FK_user_to_id ); it WONT execute the function.

2022-04-20_18-17

I have to close the chat windows and reopen it to really call getMessageHistory and see the difference

2022-04-20_18-18

Any thought on this? thanks!

rpaschoal commented 1 year ago

This project has been archived and is no longer maintained.