mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
keep tony from talking to himself
This commit is contained in:
parent
0188e2b3ee
commit
2050f886cc
2 changed files with 2 additions and 2 deletions
|
@ -502,7 +502,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
|
|||
$template = $wallwall;
|
||||
$commentww = 'ww';
|
||||
}
|
||||
if((! $item['wall']) && (strlen($item['owner-link'])) && ($item['owner-link'] != $item['author-link'])) {
|
||||
if((! $item['wall']) && (strlen($item['owner-link'])) && (! link_compare($item['owner-link'],$item['author-link']))) {
|
||||
|
||||
// Could be anybody.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue