receiving comment notifications for conversations we aren't "involved" in
This commit is contained in:
parent
91190de0f0
commit
2d542e0f98
1 changed files with 2 additions and 1 deletions
|
@ -391,8 +391,9 @@ function dfrn_notify_post(&$a) {
|
|||
intval($importer['importer_uid'])
|
||||
);
|
||||
if(count($myconv)) {
|
||||
$importer_url = $a->get_baseurl() . '/profile/' . $importer['nickname'];
|
||||
foreach($myconv as $conv) {
|
||||
if(! link_compare($conv['author-link'],$importer['url']))
|
||||
if(! link_compare($conv['author-link'],$importer_url))
|
||||
continue;
|
||||
require_once('bbcode.php');
|
||||
$from = stripslashes($datarray['author-name']);
|
||||
|
|
Loading…
Reference in a new issue