Replies: 1 comment
|
This actually already working, I had issues with Debugbar messing with the pusher events and thus it didnt work. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to invoke chat window with chosen user form anywhere in website?
lets say I have a button placed somewhere
<a href="{{ url('/chatify/'.$userId.'/') }}">Message user</a>and once clicked it would open chat window with the selected user?
All reactions