Update AP Inbox

This commit is contained in:
Daniel Supernault 2020-11-18 15:05:34 -07:00
parent 1bbd613621
commit 20749d7c3c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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'])) {