spelling: inherit
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9d26a054d5
commit
7ba6d61728
1 changed files with 1 additions and 1 deletions
|
@ -1067,7 +1067,7 @@ class Receiver
|
||||||
{
|
{
|
||||||
$reply = $receivers = $profile = [];
|
$reply = $receivers = $profile = [];
|
||||||
|
|
||||||
// When it is an answer, we inherite the receivers from the parent
|
// When it is an answer, we inherit the receivers from the parent
|
||||||
$replyto = JsonLD::fetchElement($activity, 'as:inReplyTo', '@id');
|
$replyto = JsonLD::fetchElement($activity, 'as:inReplyTo', '@id');
|
||||||
if (!empty($replyto)) {
|
if (!empty($replyto)) {
|
||||||
$reply = [$replyto];
|
$reply = [$replyto];
|
||||||
|
|
Loading…
Reference in a new issue