mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
AP fixes: LD-signature, wrong owner for completed thres, account removal
This commit is contained in:
parent
4047952703
commit
b5d73f840c
4 changed files with 26 additions and 8 deletions
|
@ -268,6 +268,11 @@ class Receiver
|
|||
return;
|
||||
}
|
||||
|
||||
// Internal flag for thread completion. See Processor.php
|
||||
if (!empty($activity['thread-completion'])) {
|
||||
$object_data['thread-completion'] = $activity['thread-completion'];
|
||||
}
|
||||
|
||||
switch ($type) {
|
||||
case 'as:Create':
|
||||
case 'as:Announce':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue