diff options
author | Friendika <info@friendika.com> | 2011-10-05 19:16:05 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-05 19:16:05 -0700 |
commit | 7d6a67f9032295dc677e2aa6c0648938a3cf3199 (patch) | |
tree | 228832377147dbcadb5f5a8c361e9cb68dcafeb4 /include/notifier.php | |
parent | 7df6cb850efd323e03ea329957273f7d1e3c0323 (diff) | |
download | volse-hubzilla-7d6a67f9032295dc677e2aa6c0648938a3cf3199.tar.gz volse-hubzilla-7d6a67f9032295dc677e2aa6c0648938a3cf3199.tar.bz2 volse-hubzilla-7d6a67f9032295dc677e2aa6c0648938a3cf3199.zip |
mostly cosmetic changes to make DB tables accurately reflect the conversation members
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index c3f7f33ea..18a0fe584 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -183,6 +183,7 @@ function notifier_run($argv, $argc){ // We will only send a "notify owner to relay" or followup message if the referenced post // originated on our system by virtue of having our hostname somewhere // in the URI, AND it was a comment (not top_level) AND the parent originated elsewhere. + // if $parent['wall'] == 1 we will already have the parent message in our array // and we will relay the whole lot. @@ -357,6 +358,7 @@ function notifier_run($argv, $argc){ continue; $contact = get_item_contact($item,$contacts); + if(! $contact) continue; |