aboutsummaryrefslogtreecommitdiffstats
path: root/mod/import.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-10 19:18:12 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-10 19:18:12 -0700
commit4abfd4053a955a70c461290b7220145d2ce1a861 (patch)
treeb56495087c6d2cd6f6813210911e8b6e0e34aad7 /mod/import.php
parent00b480527a13d64299401292f2b6b1bb416f11c1 (diff)
downloadvolse-hubzilla-4abfd4053a955a70c461290b7220145d2ce1a861.tar.gz
volse-hubzilla-4abfd4053a955a70c461290b7220145d2ce1a861.tar.bz2
volse-hubzilla-4abfd4053a955a70c461290b7220145d2ce1a861.zip
sync likes
Diffstat (limited to 'mod/import.php')
-rw-r--r--mod/import.php3
1 files changed, 3 insertions, 0 deletions
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']);