mirror of
https://github.com/friendica/friendica
synced 2025-04-29 09:44:23 +02: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
|
@ -245,6 +245,7 @@ class Search
|
|||
'Group' => Contact::TYPE_COMMUNITY,
|
||||
'Organization' => Contact::TYPE_ORGANISATION,
|
||||
'News' => Contact::TYPE_NEWS,
|
||||
'Relay' => Contact::TYPE_RELAY,
|
||||
];
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue