Update form params to work with IFTTT

References #332
This commit is contained in:
Oliver Davies 2021-01-01 22:34:59 +00:00
parent a6f378294c
commit f6ff21e04e

View file

@ -59,7 +59,7 @@ final class PushBlogPostToSocialMedia implements EventSubscriberInterface {
$this->client->post($url, [
'form_params' => [
'message' => $entity->toTweet(),
'value1' => $entity->toTweet(),
],
]);