mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
Add "discourse" as protocol
This commit is contained in:
parent
1cf44d92c3
commit
fdaac8a681
3 changed files with 7 additions and 0 deletions
|
@ -125,6 +125,7 @@ class ContactSelector
|
|||
Protocol::GPLUS => L10n::t('Google+'),
|
||||
Protocol::PUMPIO => L10n::t('pump.io'),
|
||||
Protocol::TWITTER => L10n::t('Twitter'),
|
||||
Protocol::DISCOURSE => L10n::t('Discourse'),
|
||||
Protocol::DIASPORA2 => L10n::t('Diaspora Connector'),
|
||||
Protocol::STATUSNET => L10n::t('GNU Social Connector'),
|
||||
Protocol::ACTIVITYPUB => L10n::t('ActivityPub'),
|
||||
|
@ -185,6 +186,7 @@ class ContactSelector
|
|||
Protocol::GPLUS => 'google-plus',
|
||||
Protocol::PUMPIO => 'file-text-o', /// @todo
|
||||
Protocol::TWITTER => 'twitter',
|
||||
Protocol::DISCOURSE => 'dot-circle-o', /// @todo
|
||||
Protocol::DIASPORA2 => 'diaspora',
|
||||
Protocol::STATUSNET => 'gnu-social',
|
||||
Protocol::ACTIVITYPUB => 'activitypub',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue