-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Could not custumize messages handlers #13
Comments
Hi. I rewrote the docs to make it more clear. It was a bit messy yes, specially the client side handlers: this should be better now. Thanks for mentioning it. Please check out the client side handlers part and let me know if anything is unclear or wrong anymore |
hello, My template directory is like this
Into default.js i get :
But nothing into console.log. I enable watch option on instant admin, i could see messages. Any idea please ? |
The default public channel name is INSTANT_ENABLE_PUBLIC_CHANNEL = False # do not use the default chan
# declare my chan
INSTANT_PUBLIC_CHANNELS = [
['public_chan'],
] Then use a I plan to work on better error messages btw, {Edit]:
Check the channel name in the json console message to make sure it is ok {Edit 2]
Did you set the |
my bad again ! Thanks i'm on the way now ;). |
That's it! Enjoy |
Hello,
Could you explain how to customize this handlers please ? Look into documentation and try to apply but did not works.
Note : debug works fine.
Thanks for help.
Regards,
Thierry
The text was updated successfully, but these errors were encountered: