summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-12-24 17:13:25 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-12-24 17:13:25 -0500
commite6d46fa3bf3dbc6a841815e6307cca42e8fd835f (patch)
tree1baa14c21b94839fc8a58b27d160dcb3cc707a5a
parent111bb873d112294178fbe29d0eb390032efb4269 (diff)
Revert "stop treating Telegram as an official chat platform"
This reverts commit 2bb5d96edc36eb3aa4d318e06c7712f15fec3c97.
-rw-r--r--static/contact.html10
-rw-r--r--templates/footer.html1
2 files changed, 9 insertions, 2 deletions
diff --git a/static/contact.html b/static/contact.html
index db14b9fa..0bb7937a 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -66,11 +66,13 @@
<h3><a href="#community-chat">Chat</a></h3>
<p>GrapheneOS has a very active community primarily based around the official
- chat rooms. Our chat rooms are bridged across Discord and Matrix so you can
- choose your preferred platform.</p>
+ chat rooms. Our chat rooms are bridged across Discord, Telegram and Matrix so
+ you can choose your preferred platform.</p>
<p>Discord invite link: <a href="https://discord.com/invite/grapheneos">https://discord.com/invite/grapheneos</a>.</p>
+ <p>Telegram group: <a href="https://t.me/GrapheneOS">https://t.me/GrapheneOS</a>.</p>
+
<p>You can join the GrapheneOS Matrix space at
<a href="https://matrix.to/#/%23community:grapheneos.org">#community:grapheneos.org</a>
and can manually join each of the chat rooms from there.</p>
@@ -126,6 +128,10 @@
specific topics. Additionally, Discord allows you to select your preferred
release channels and devices via the roles feature in order to be
notified when an app or OS release in the channel you are interested in.</p>
+
+ <p>Telegram is a good option to choose if you already have a Telegram account
+ and use it. There is one Telegram group, which separates the different rooms via
+ topics.</p>
</section>
<section id="community-forum">
diff --git a/templates/footer.html b/templates/footer.html
index 69707513..b1db77bb 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -3,6 +3,7 @@
<ul id="social">
<li><a href="https://discuss.grapheneos.org/">Forum</a></li>
<li><a href="https://discord.com/invite/grapheneos">Discord</a></li>
+ <li><a href="https://t.me/GrapheneOS">Telegram</a></li>
<li><a href="https://matrix.to/#/%23community:grapheneos.org">Matrix</a></li>
<li><a href="/hiring">Hiring</a></li>
<li><a href="https://x.com/GrapheneOS">X</a></li>