mirror of
https://github.com/friendica/friendica
synced 2025-04-23 05:50:11 +00:00
Renamed to 'public' after feedback
This commit is contained in:
parent
bcd2b1c523
commit
3111c2fd5c
2 changed files with 4 additions and 4 deletions
|
@ -94,7 +94,7 @@ class Friendica extends BaseModule
|
|||
|
||||
$blockList = $this->config->get('system', 'blocklist') ?? [];
|
||||
|
||||
if (!empty($blockList) && ($this->config->get('blocklist', 'published') || $this->session->isAuthenticated())) {
|
||||
if (!empty($blockList) && ($this->config->get('blocklist', 'public') || $this->session->isAuthenticated())) {
|
||||
$blocked = [
|
||||
'title' => $this->t('On this server the following remote servers are blocked.'),
|
||||
'header' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue