Sylvain Le Bon
Sylvain Le Bon
I'm using django-websocket-redis in a non-English environment. I try to publish a message: ```RedisPublisher(facility='foobar', broadcast=True).publish_message(RedisMessage(message))``` I get an `UnicodeEncodeError`. Why is `RedisMessage` based on `six.binary_type` and not `six.text_type`? Is there...
Hello, I saw https://github.com/matrix-org/gsoc/blob/master/old_projects/html-embeddable-chat-rooms.md I'm actually interested in an embeddable chat room. Has this project been developed? Is it still a plan? Could that be something we contribute to? Thanks!