extract private images before bbcode translation since preg has issues with large data sizes.
This commit is contained in:
parent
0f4a42f550
commit
cf7568efd7
3 changed files with 23 additions and 2 deletions
|
|
@ -1303,6 +1303,7 @@ function diaspora_retraction($importer,$xml) {
|
|||
return;
|
||||
|
||||
if($type === 'Person') {
|
||||
require_once('include/Contact.php');
|
||||
contact_remove($contact['id']);
|
||||
}
|
||||
elseif($type === 'Post') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue