Mark if post was received via relay
This commit is contained in:
@@ -297,6 +297,10 @@ class Processor
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($activity['from-relay'])) {
|
||||
$item['direction'] = Conversation::RELAY;
|
||||
}
|
||||
|
||||
$item['isForum'] = false;
|
||||
|
||||
if (!empty($activity['thread-completion'])) {
|
||||
|
||||
Reference in New Issue
Block a user