Change mp-syndicate-to
to syndicate-to
This commit is contained in:
parent
8d7b38169b
commit
578096419f
4 changed files with 10 additions and 9 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue