Update AP Inbox

pull/2435/head
Daniel Supernault 5 years ago
parent 1bbd613621
commit 20749d7c3c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -233,7 +233,7 @@ class Inbox
$dm->from_id = $actor->id;
$dm->status_id = $status->id;
$dm->is_hidden = $hidden;
$dm->type = $request->input('type');
$dm->type = 'text';
$dm->save();
if(count($activity['attachment'])) {

Loading…
Cancel
Save