mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
Account type relay / fix missing baseurl for own contacts
This commit is contained in:
parent
9af5abaf0b
commit
9bd8d974b3
5 changed files with 150 additions and 137 deletions
|
@ -535,6 +535,7 @@ class Widget
|
|||
['ref' => 'organisation', 'name' => DI::l10n()->t('Organisations')],
|
||||
['ref' => 'news', 'name' => DI::l10n()->t('News')],
|
||||
['ref' => 'community', 'name' => DI::l10n()->t('Groups')],
|
||||
['ref' => 'relay', 'name' => DI::l10n()->t('Relay')],
|
||||
];
|
||||
|
||||
return self::filter(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue