Metod

Results 8 comments of Metod

As a workaround you can manually enable the markdown before posting the message. ``` php $message = $client->getMessageBuilder() ->setChannel('channel') ->setText('') ->create() ; // manual workaround $message->data['mrkdwn'] = true; $client->postMessage($message); ```

This is a known limitation. I will gladly accept a PR for this, but unfortunately I do not have time at the moment to work on this.

I like this, will check once we get the rest sorted out. I have a local set up of some docker containers for multiple PHP versions which also include Xdebug...

`@expectedException` has been deprecated years ago, I guess it was also removed at some point. I think I'll modify the formula for BMP size based on your comment (so it's...

I forgot about that. Seems that TGA is also supported from 7.4 on, so could introduce native support for those two without custom mappers then at some point. Thanks for...

@dyziotbg Please provide more details. "Did not work" does not tell me much. :)

We could really use this bugfix. @kevinbarbour any chance you can fix it up? If not, I'm happy to open a new PR.