forked from GNUsocial/gnu-social
move signing to take a local actor profile and use local keys
This commit is contained in:
@@ -87,7 +87,7 @@ class OStatusQueueHandler extends QueueHandler
|
||||
// remote user or group.
|
||||
// @fixme as an optimization we can skip this if the
|
||||
// remote profile is subscribed to the author.
|
||||
$oprofile->notifyDeferred($this->notice);
|
||||
$oprofile->notifyDeferred($this->notice, $this->user);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user