Why can’t the mobile client see the messages sent to the channel via Webhooks ?
Send a message to the channel with the following command
curl $url -H “Content-Type: application/json” -d ‘{“text”: “test 1”}’
It looks like there is a message on the pc side
But can’t see the message sent in the mobile client, only an empty card
The client message is as follows
Send a message to the channel with the following commandcurl $url -H “Content-Type: application/json” -d ‘{“text”: “test 1”}’It looks like there is a message on the pc side But can’t see the message sent in the mobile client, only an empty card The client message is as follows Read More