mirror of
https://github.com/friendica/friendica
synced 2024-10-08 22:31:56 +02:00
Platform icons assigned for Hometown and Akkoma
This commit is contained in:
parent
7fa3e361dc
commit
7e405f6b61
|
@ -204,8 +204,8 @@ class ContactSelector
|
|||
|
||||
$platform_icons = ['diaspora' => 'diaspora', 'friendica' => 'friendica', 'friendika' => 'friendica',
|
||||
'GNU Social' => 'gnu-social', 'gnusocial' => 'gnu-social', 'hubzilla' => 'hubzilla',
|
||||
'mastodon' => 'mastodon', 'peertube' => 'peertube', 'pixelfed' => 'pixelfed',
|
||||
'pleroma' => 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla',
|
||||
'mastodon' => 'mastodon', 'hometown' => 'mastodon', 'peertube' => 'peertube', 'pixelfed' => 'pixelfed',
|
||||
'pleroma' => 'pleroma', 'akkoma' => 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla',
|
||||
'socialhome' => 'social-home', 'wordpress' => 'wordpress', 'lemmy' => 'users',
|
||||
'plume' => 'plume', 'funkwhale' => 'funkwhale', 'nextcloud' => 'nextcloud', 'drupal' => 'drupal',
|
||||
'firefish' => 'fire', 'calckey' => 'calculator', 'kbin' => 'check', 'threads' => 'instagram'];
|
||||
|
|
|
@ -1675,7 +1675,6 @@ return [
|
|||
"uid_received" => ["uid", "received"],
|
||||
"uid_wall_received" => ["uid", "wall", "received"],
|
||||
"uid_commented" => ["uid", "commented"],
|
||||
"uid_received" => ["uid", "received"],
|
||||
"uid_created" => ["uid", "created"],
|
||||
"uid_starred" => ["uid", "starred"],
|
||||
"uid_mention" => ["uid", "mention"],
|
||||
|
|
Loading…
Reference in a new issue