From 4abfd4053a955a70c461290b7220145d2ce1a861 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 10 Sep 2015 19:18:12 -0700 Subject: sync likes --- mod/import.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/import.php') diff --git a/mod/import.php b/mod/import.php index 0e43d2444..563967aa2 100644 --- a/mod/import.php +++ b/mod/import.php @@ -432,6 +432,9 @@ function import_post(&$a) { if(is_array($data['obj'])) import_objs($channel,$data['obj']); + if(is_array($data['likes'])) + import_likes($channel,$data['likes']); + if(is_array($data['app'])) import_apps($channel,$data['app']); -- cgit v1.2.3