hangouts: remove links to mattermost

This commit is contained in:
erciccione 2021-05-02 15:35:17 +02:00
parent 20dabe8a56
commit 15656f91bd
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 1 additions and 14 deletions

View file

@ -1,42 +1,32 @@
chats:
- monero:
matrix: https://matrix.to/#/!psOvWRiQkyosOPKvaO:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero
- monero-community:
matrix: https://matrix.to/#/!WzzKmkfUkXPHFERgvm:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero-community
- monero-dev:
matrix: https://matrix.to/#/!VDQXWJoFsesLtbGdTT:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero-dev
- monero-markets:
matrix: https://matrix.to/#/!TlVgUtVNZychNpMzKW:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero-markets
- monero-offtopic:
matrix: https://matrix.to/#/!qqRhJzAUfTJRpMHqIP:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero-offtopic
- monero-otc:
- monero-pools:
matrix: https://matrix.to/#/!ELYTQCXXdbEHObdtNR:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero-pools
- monero-research-lab:
matrix: https://matrix.to/#/!toFcRZtpaiwiyapgVO:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero-research-lab
- monero-translations:
matrix: https://matrix.to/#/!gOsXdgyxhvIygdtBpS:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero-translations
- monero-hardware:
matrix: https://matrix.to/#/!HoCZRUWeTZDNBfUcDr:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero-hardware
- monero-site:
matrix: https://matrix.to/#/!txpwSzQzkuUaVbtsIx:monero.social
mattermost: https://mattermost.getmonero.org/monero/channels/monero-site
matrix: https://matrix.to/#/!txpwSzQzkuUaVbtsIx:monero.social

View file

@ -83,9 +83,6 @@ permalink: /community/hangouts/index.html
{% for rooms_list in site.data.chats.chats %}
{% for room in rooms_list %}
{% if room[0] == channel[0] %}
{% if rooms_list.mattermost %}
<a class="chats-img" href="{{ rooms_list.mattermost }}"><img class="mattermost" src="/img/mattermost.png" title="MatterMost" alt="Mattermost logo"></a>
{% endif %}
{% if rooms_list.matrix %}
<a class="chats-img" href="{{ rooms_list.matrix }}"><img class="matrix" src="/img/matrix-logo.svg" title="Matrix" alt="Matrix logo"></a>
{% endif %}