Mark if post was received via relay

This commit is contained in:
Michael 2021-01-09 16:56:42 +00:00
parent 2987070d93
commit 6401bd7503
3 changed files with 9 additions and 3 deletions

View file

@ -297,6 +297,10 @@ class Processor
}
}
if (!empty($activity['from-relay'])) {
$item['direction'] = Conversation::RELAY;
}
$item['isForum'] = false;
if (!empty($activity['thread-completion'])) {