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