Fix in-reply-to name in micropub client
This commit is contained in:
parent
7ab03f8022
commit
2bf0553057
2 changed files with 5 additions and 2 deletions
|
@ -154,7 +154,7 @@ class MicropubClientController extends Controller
|
|||
if ($request->input('in-reply-to') != '') {
|
||||
$multipart[] = [
|
||||
'name' => 'in-reply-to',
|
||||
'contents' => $request->input('reply-to'),
|
||||
'contents' => $request->input('in-reply-to'),
|
||||
];
|
||||
}
|
||||
if ($request->input('syndicate-to')) {
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## Verion 0.0.15.11 (2016-11-07)
|
||||
## Version 0.0.15.12 (2016-11-07)
|
||||
- Fix micropub client in-reply-to name
|
||||
|
||||
## Version 0.0.15.11 (2016-11-07)
|
||||
- Fix send webmention
|
||||
|
||||
## Version 0.0.15.10 (2016-11-07)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue