Store the conversation data as well

This commit is contained in:
Michael 2020-02-28 09:42:04 +00:00
parent bcb3a81988
commit a9896ecdb1
1 changed files with 2 additions and 0 deletions

View File

@ -451,6 +451,8 @@ class Processor
if (!empty($activity['raw']) && isset($activity['protocol'])) {
$item['source'] = $activity['raw'];
$item['protocol'] = $activity['protocol'];
$item['conversation-href'] = $activity['context'] ?? '';
$item['conversation-uri'] = $activity['conversation'] ?? '';
}
$isForum = false;