From 802894dff2d7e1cd5d80f70b99c132140e6c7e31 Mon Sep 17 00:00:00 2001 From: Wendi Bacon <44605769+nomadscientist@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:59:45 +0000 Subject: [PATCH] Create matrix bot FAQ --- topics/community/faqs/matrix_news_bot.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 topics/community/faqs/matrix_news_bot.md diff --git a/topics/community/faqs/matrix_news_bot.md b/topics/community/faqs/matrix_news_bot.md new file mode 100644 index 0000000000000..4baa2df181325 --- /dev/null +++ b/topics/community/faqs/matrix_news_bot.md @@ -0,0 +1,16 @@ +--- +title: How do I add a news feed to a Matrix channel? +box_type: tip +layout: faq +contributors: [nomadscientist, hexylena] +--- + +1. You must be an *Admin* in the channel. Find this out by going to the channel and selecting **Room info** --> **People**, or clicking on the little circle images of people in a channel. Admins can make other admins. + +2. Go to **Room info** --> **Extensions** --> **Add extension** --> **Feeds** + +3. Under *Subscribe to a feed*, add a URL from this [GTN feeds listing]({% link feeds/index.md %}). Make sure that it ends in `.xml`. For example, `https://training.galaxyproject.org/training-material/topics/community/feed.xml` would provide updates on any community-tagged GTN materials into the Matrix channel. + +Details from Matrix are here: https://ems-docs.element.io/books/element-cloud-documentation/page/migrate-to-the-new-github-and-feeds-bots + +4. Provide a reasonable name, and then hit **Subscribe**!