mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 06:23:18 +00:00
Update AP Inbox
This commit is contained in:
parent
1bbd613621
commit
20749d7c3c
1 changed files with 1 additions and 1 deletions
|
@ -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'])) {
|
||||||
|
|
Loading…
Reference in a new issue