Store the conversation data as well
This commit is contained in:
parent
bcb3a81988
commit
a9896ecdb1
|
@ -451,6 +451,8 @@ class Processor
|
||||||
if (!empty($activity['raw']) && isset($activity['protocol'])) {
|
if (!empty($activity['raw']) && isset($activity['protocol'])) {
|
||||||
$item['source'] = $activity['raw'];
|
$item['source'] = $activity['raw'];
|
||||||
$item['protocol'] = $activity['protocol'];
|
$item['protocol'] = $activity['protocol'];
|
||||||
|
$item['conversation-href'] = $activity['context'] ?? '';
|
||||||
|
$item['conversation-uri'] = $activity['conversation'] ?? '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$isForum = false;
|
$isForum = false;
|
||||||
|
|
Loading…
Reference in a new issue