Jason Galuten

Results 6 comments of Jason Galuten

That's what I was thinking: turn the section off and then add only the ones I want using the hook. But you're right, it would be way better not to...

Here's what I have figured out (Craft 3): Put this in `config/contact-form.php`: ``` ```

Crypto would be great!

[Here is our current implementation of sending messages in chunks](https://gist.github.com/shantamg/9a73d122388578996c919ef949f365f2) in case anyone is interested.

> @shantamg ably allows you to send message size bigger than 64k. Currently, it depends on your account type. Seems, 64k is default for PAYG account. You might like to...

Oh interesting! But hang on, I don't understand how that helps. `laravel-broadcaster` uses `ably-php` so it has to go through [this](https://github.com/ably/ably-php/blob/420f97d6f40694e786ce45657ac730ff367d8a33/src/Models/BaseMessage.php#L176-L178): ``` if ( is_array( $this->data ) || $this->data instanceof...