mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:10:11 +00:00
Preparation for Tumblr
This commit is contained in:
parent
7a55052ad2
commit
f0d8b109fe
4 changed files with 68 additions and 57 deletions
|
@ -140,6 +140,7 @@ class ContactSelector
|
|||
Protocol::STATUSNET => DI::l10n()->t('GNU Social Connector'),
|
||||
Protocol::ACTIVITYPUB => DI::l10n()->t('ActivityPub'),
|
||||
Protocol::PNUT => DI::l10n()->t('pnut'),
|
||||
Protocol::TUMBLR => DI::l10n()->t('Tumblr'),
|
||||
];
|
||||
|
||||
Hook::callAll('network_to_name', $nets);
|
||||
|
@ -210,6 +211,7 @@ class ContactSelector
|
|||
Protocol::STATUSNET => 'gnu-social',
|
||||
Protocol::ACTIVITYPUB => 'activitypub',
|
||||
Protocol::PNUT => 'file-text-o', /// @todo
|
||||
Protocol::TUMBLR => 'tumblr',
|
||||
];
|
||||
|
||||
$platform_icons = ['diaspora' => 'diaspora', 'friendica' => 'friendica', 'friendika' => 'friendica',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue