We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Trying this code and works good, but if I try this: (add channel name)
var chatWidget = new PusherChatWidget(pusher, { appendTo: "#pusher_chat_widget", channelName: "foo-bar-123-test-channel" });
textarea with messages always says No chat messages available Thanks for your help.
The text was updated successfully, but these errors were encountered:
In chat.php, you have to match the name: $channel_name = "foo-bar-123-test-channel";
Comment out the useless $channel_name = get_channel_name($_SERVER['HTTP_REFERER']);
It took me like an hour of debugging to realize this..
I think this is a dupe of #11
Sorry, something went wrong.
It's worked for me. thanks you
No branches or pull requests
Hi.
Trying this code and works good, but if I try this: (add channel name)
textarea with messages always says
No chat messages available
Thanks for your help.
The text was updated successfully, but these errors were encountered: