Merge pull request #8117 from annando/inbox

Use the "inbox" symbol as a symbol for mails
This commit is contained in:
Hypolite Petovan 2020-01-14 23:11:49 -05:00 committed by GitHub
commit 831fff0f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class ContactSelector
Protocol::DFRN => 'friendica', Protocol::DFRN => 'friendica',
Protocol::OSTATUS => 'gnu-social', // There is no generic OStatus icon Protocol::OSTATUS => 'gnu-social', // There is no generic OStatus icon
Protocol::FEED => 'rss', Protocol::FEED => 'rss',
Protocol::MAIL => 'file-text-o', /// @todo Protocol::MAIL => 'inbox',
Protocol::DIASPORA => 'diaspora', Protocol::DIASPORA => 'diaspora',
Protocol::ZOT => 'hubzilla', Protocol::ZOT => 'hubzilla',
Protocol::LINKEDIN => 'linkedin', Protocol::LINKEDIN => 'linkedin',