From 5f9c326ad7b7ba4a4c84ff2582898414f76267ca Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 15 Sep 2014 21:31:32 -0700 Subject: channel export with items --- mod/import.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mod/import.php') diff --git a/mod/import.php b/mod/import.php index 22eb688ab..0663a8b57 100644 --- a/mod/import.php +++ b/mod/import.php @@ -376,6 +376,12 @@ function import_post(&$a) { } } +//FIXME just a note here for when folks want to import content - be very careful to unset ITEM_ORIGIN on all imported content. Or you could end up with a nasty routing loop when somebody tries to reply to one of those posts. + + + + + // FIXME - ensure we have a self entry if somebody is trying to pull a fast one if($seize) { -- cgit v1.2.3