mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
improve button-icon for groups in hovercard
This commit is contained in:
parent
f95f846ef8
commit
b42373d834
4 changed files with 36 additions and 40 deletions
|
@ -111,6 +111,7 @@ class Hovercard extends BaseModule
|
|||
'tags' => $contact['keywords'],
|
||||
'bd' => $contact['bd'] <= DBA::NULL_DATE ? '' : $contact['bd'],
|
||||
'account_type' => Contact::getAccountType($contact['contact-type']),
|
||||
'contact_type' => $contact['contact-type'],
|
||||
'actions' => $actions,
|
||||
'self' => $contact['self'],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue