mirror of
https://github.com/friendica/friendica
synced 2025-04-24 16:30:10 +00:00
Improved completion check for AP
This commit is contained in:
parent
56cd98b38b
commit
8c778ca02e
3 changed files with 25 additions and 8 deletions
|
@ -114,6 +114,10 @@ class ActivityPubConversion extends BaseModule
|
|||
$object_data['thread-completion'] = $activity['thread-completion'];
|
||||
}
|
||||
|
||||
if (!empty($activity['completion-mode'])) {
|
||||
$object_data['completion-mode'] = $activity['completion-mode'];
|
||||
}
|
||||
|
||||
$results[] = [
|
||||
'title' => DI::l10n()->t('Object data'),
|
||||
'content' => visible_whitespace(var_export($object_data, true))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue