1
1
Fork 0

extract private images before bbcode translation since preg has issues with large data sizes.

This commit is contained in:
friendica 2011-11-27 04:09:14 -08:00
commit cf7568efd7
3 changed files with 23 additions and 2 deletions

View file

@ -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') {