Update Inbox worker

This commit is contained in:
Daniel Supernault 2020-05-21 17:48:05 -06:00
parent f059d2fdd1
commit 310b0e58a1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 3 deletions

View File

@ -194,9 +194,9 @@ class Inbox
]);
} else {
$follower = new Follower;
$follower->profile_id => $actor->id;
$follower->following_id => $target->id;
$follower->local_profile => empty($actor->domain);
$follower->profile_id = $actor->id;
$follower->following_id = $target->id;
$follower->local_profile = empty($actor->domain);
if($target->domain == null) {
Notification::firstOrCreate([