Change mp-syndicate-to to syndicate-to

This commit is contained in:
Jonny Barnes 2016-06-23 23:13:38 +01:00
parent 8d7b38169b
commit 578096419f
4 changed files with 10 additions and 9 deletions

View file

@ -109,7 +109,7 @@ class MicropubController extends Controller
//we have a valid token, is `syndicate-to` set?
if ($request->input('q') === 'syndicate-to') {
$content = http_build_query([
'mp-syndicate-to' => 'twitter.com/jonnybarnes',
'syndicate-to' => 'twitter.com/jonnybarnes',
]);
return (new Response($content, 200))