Avoid thread completion on activities

This commit is contained in:
Michael 2022-02-12 13:05:56 +00:00
parent 1b73e4d267
commit cdee2b44db
2 changed files with 18 additions and 5 deletions

View file

@ -515,6 +515,9 @@ class Receiver
if (!empty($activity['thread-completion'])) {
$object_data['thread-completion'] = $activity['thread-completion'];
}
if (!empty($activity['thread-children-type'])) {
$object_data['thread-children-type'] = $activity['thread-children-type'];
}
// Internal flag for posts that arrived via relay
if (!empty($activity['from-relay'])) {