forked from team/site
1
0
Fork 0

Put XMPP in list of master services

Renamed "chat" to "irc" for clarity.
This commit is contained in:
Stephen Paul Weber 2021-03-11 22:22:59 -05:00 committed by Gitea
parent 2a99edfc5e
commit 9109ae3704
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
$services = [
'chat' => ['fa' => 'comments-o', 'url' => '/wiki/irc'],
'irc' => ['fa' => 'comments-o', 'url' => '/wiki/irc'],
'xmpp' => ['fa' => 'fa-xmpp', 'url' => '/wiki/xmpp'],
'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tildeverse.org'],
'forum' => ['fa' => 'comment', 'url' => 'https://bbj.tildeverse.org'],
'gitea' => ['fa' => 'code-fork', 'url' => 'https://tildegit.org/team'],