mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
Code standards + messages.po
This commit is contained in:
parent
013aee01f5
commit
9f027df909
3 changed files with 173 additions and 170 deletions
|
@ -77,6 +77,7 @@ final class Timeline extends \Friendica\BaseFactory
|
|||
public function getCommunities(bool $authenticated): Timelines
|
||||
{
|
||||
$page_style = $this->config->get('system', 'community_page_style');
|
||||
|
||||
$tabs = [];
|
||||
|
||||
if (($authenticated || in_array($page_style, [Community::LOCAL_AND_GLOBAL, Community::LOCAL])) && empty($this->config->get('system', 'singleuser'))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue