mirror of
https://github.com/friendica/friendica
synced 2025-04-23 03:10:12 +00:00
Replace author name by server host in Ignore Server labels
This commit is contained in:
parent
f2c1ecd19b
commit
15d24a77c7
2 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ class Post
|
|||
$authorBaseUri = new Uri($item['author-baseurl'] ?? '');
|
||||
if ($authorBaseUri->getHost() && !DI::baseUrl()->isLocalUrl($authorBaseUri)) {
|
||||
$ignoreServer = [
|
||||
'label' => DI::l10n()->t("Ignore %s's server", $item['author-name']),
|
||||
'label' => DI::l10n()->t("Ignore %s server", $authorBaseUri->getHost()),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue