mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Avoid thread completion on activities
This commit is contained in:
parent
1b73e4d267
commit
cdee2b44db
2 changed files with 18 additions and 5 deletions
|
@ -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'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue