well that was certainly fun. And the reason why likes and other acitivity deletions weren't propagating. Hopefully this is the last reason and there aren't more lurking further down the chain.

This commit is contained in:
friendica
2015-02-11 16:11:21 -08:00
parent 8c061f143f
commit c62d605608
2 changed files with 5 additions and 4 deletions

View File

@@ -316,7 +316,7 @@ function like_content(&$a) {
// already liked it. Drop that item.
require_once('include/items.php');
foreach($r as $rr) {
drop_item($rr['id'],false,DROPITEM_PHASE1);
drop_item($rr['id'],true,DROPITEM_PHASE1);
}
if($interactive)
return;