From 3d0d36b2bc6d134e1140b9fc8c40206be5bd7d2d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 Oct 2014 19:14:37 -0700 Subject: fix diaspora reshare tags --- include/externals.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/externals.php b/include/externals.php index acfaae3b6..280daf4a4 100644 --- a/include/externals.php +++ b/include/externals.php @@ -85,6 +85,8 @@ function externals_run($argv, $argc){ if($j['success'] && $j['messages']) { $sys = get_sys_channel(); foreach($j['messages'] as $message) { + // on these posts, clear any route info. + $message['route'] = ''; $results = process_delivery(array('hash' => 'undefined'), get_item_elements($message), array(array('hash' => $sys['xchan_hash'])), false, true); $total ++; -- cgit v1.2.3