This commit is contained in:
friendica
2015-02-11 20:38:06 -08:00
parent 78b8754856
commit 2b2fa5a973
2 changed files with 5 additions and 2 deletions

View File

@@ -2720,6 +2720,9 @@ function tag_deliver($uid,$item_id) {
if($obj['id'] !== $u[0]['channel_hash'])
$poke_notify = false;
}
if($item['item_restrict'] & ITEM_DELETED)
$poke_notify = false;
$verb = urldecode(substr($item['verb'],strpos($item['verb'],'#')+1));
if($poke_notify) {