Spaces removed
This commit is contained in:
parent
8410c5e283
commit
79986c1fe5
|
@ -461,10 +461,10 @@ class Processor
|
||||||
$item['protocol'] = Conversation::PARCEL_ACTIVITYPUB;
|
$item['protocol'] = Conversation::PARCEL_ACTIVITYPUB;
|
||||||
$item['conversation-href'] = $activity['context'] ?? '';
|
$item['conversation-href'] = $activity['context'] ?? '';
|
||||||
$item['conversation-uri'] = $activity['conversation'] ?? '';
|
$item['conversation-uri'] = $activity['conversation'] ?? '';
|
||||||
|
|
||||||
if (isset($activity['push'])) {
|
if (isset($activity['push'])) {
|
||||||
$item['direction'] = $activity['push'] ? Conversation::PUSH : Conversation::PULL;
|
$item['direction'] = $activity['push'] ? Conversation::PUSH : Conversation::PULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$isForum = false;
|
$isForum = false;
|
||||||
|
|
Loading…
Reference in a new issue