Renamed to 'public' after feedback
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user