Make some tweaks around dealing with replies
This commit is contained in:
parent
4bea97df0c
commit
6c43363c78
7 changed files with 100 additions and 74 deletions
|
@ -28,7 +28,7 @@ class NoteService extends Service
|
|||
$note = Note::create(
|
||||
[
|
||||
'note' => $this->getDataByKey($request, 'content'),
|
||||
'in_reply_to' => $this->getDataByKey($request, 'in-reploy-to'),
|
||||
'in_reply_to' => $this->getDataByKey($request, 'in-reply-to'),
|
||||
'client_id' => $client,
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue