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