From: Mikael Nordfeldth Date: Sat, 16 Jan 2016 21:39:59 +0000 (+0100) Subject: Let the remote side know the Salmon was accepted (sorta) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6dc0477c0090956528fbf1d50c7cdf91244fe143;p=quix0rs-gnu-social.git Let the remote side know the Salmon was accepted (sorta) --- diff --git a/plugins/OStatus/lib/salmonaction.php b/plugins/OStatus/lib/salmonaction.php index fad5d0cfe5..41e4262498 100644 --- a/plugins/OStatus/lib/salmonaction.php +++ b/plugins/OStatus/lib/salmonaction.php @@ -109,6 +109,7 @@ class SalmonAction extends Action // duplicate? Maybe someone's database is out of sync? // Let's just accept it and move on. common_log(LOG_INFO, 'Salmon slap carried an event which had already been fulfilled.'); + return true; } catch (NoticeSaveException $e) { common_debug('Notice::saveActivity did not save our '._ve($this->activity->verb).' activity, trying old-fashioned salmon saving.'); }