From b33a9a71f6d13efb68d140ecbc41cc442564cde0 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 14 Oct 2015 17:40:50 -0700 Subject: more work on import & sync of private mail and conversations --- 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 b6e36d734..72d8f92e9 100644 --- a/mod/import.php +++ b/mod/import.php @@ -441,6 +441,12 @@ function import_post(&$a) { if(is_array($data['chatroom'])) import_chatrooms($channel,$data['chatroom']); + if(is_array($data['conv'])) + import_conv($channel,$data['conv']); + + if(is_array($data['mail'])) + import_mail($channel,$data['mail']); + if(is_array($data['event'])) import_events($channel,$data['event']); -- cgit v1.2.3