Replies: 1 comment
-
This actually already working, I had issues with Debugbar messing with the pusher events and thus it didnt work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions