forked from GNUsocial/gnu-social
Let the remote side know the Salmon was accepted (sorta)
This commit is contained in:
parent
deda83fdef
commit
6dc0477c00
@ -109,6 +109,7 @@ class SalmonAction extends Action
|
|||||||
// duplicate? Maybe someone's database is out of sync?
|
// duplicate? Maybe someone's database is out of sync?
|
||||||
// Let's just accept it and move on.
|
// Let's just accept it and move on.
|
||||||
common_log(LOG_INFO, 'Salmon slap carried an event which had already been fulfilled.');
|
common_log(LOG_INFO, 'Salmon slap carried an event which had already been fulfilled.');
|
||||||
|
return true;
|
||||||
} catch (NoticeSaveException $e) {
|
} catch (NoticeSaveException $e) {
|
||||||
common_debug('Notice::saveActivity did not save our '._ve($this->activity->verb).' activity, trying old-fashioned salmon saving.');
|
common_debug('Notice::saveActivity did not save our '._ve($this->activity->verb).' activity, trying old-fashioned salmon saving.');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user