ng-chat
ng-chat copied to clipboard
How to refresh conversation?
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.
I have to close the chat windows and reopen it to really call getMessageHistory
and see the difference
Any thought on this? thanks!