Update ApiController

pull/1717/head
Daniel Supernault 6 years ago
parent 1f9da762a8
commit 01a3841bc7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -1598,9 +1598,9 @@ class ApiV1Controller extends Controller
$status = Status::findOrFail($id);
$share = Status::firstOrCreate([
'profile_id' = $user->profile_id,
'reblog_of_id' = $status->id,
'in_reply_to_profile_id' = $status->profile_id
'profile_id' => $user->profile_id,
'reblog_of_id' => $status->id,
'in_reply_to_profile_id' => $status->profile_id
]);
if($share->wasRecentlyCreated == true) {

Loading…
Cancel
Save