Skip to content
Snippets Groups Projects
Commit 3a9ccd8d authored by Michael Telatynski's avatar Michael Telatynski Committed by GitHub
Browse files

Add Matrix-Static

parent f7fe63d9
Branches
Tags
No related merge requests found
...@@ -29,6 +29,16 @@ var linkable_clients = [ ...@@ -29,6 +29,16 @@ var linkable_clients = [
maturity: "Stable", maturity: "Stable",
comments: "Fully-featured Matrix client for Web, iOS & Android", comments: "Fully-featured Matrix client for Web, iOS & Android",
}, },
{
name: "Matrix-Static",
logo: "img/matrix-static-48px.png",
author: "Michael Telatynski",
homepage: "https://github.com/t3chguy/matrix-static",
//room_url(alias) { return "https://view.matrix.org/alias/" + alias },
room_id_url(id) { return "https://view.matrix.org/room/" + id },
maturity: "Stable",
comments: "A static golang generated preview of public world readable Matrix rooms.",
}
{ {
name: "Matrix Console", name: "Matrix Console",
logo: "img/console-48px.png", logo: "img/console-48px.png",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment