Merge pull request #38 from ShalokShalom/patch-1

Delete deprecated matrix console app
This commit is contained in:
Ben Parsons 2019-02-26 11:43:59 +00:00 committed by GitHub
commit 7d178d3ced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,16 +30,6 @@ var linkable_clients = [
maturity: "Stable",
comments: "Fully-featured Matrix client for Web, iOS & Android",
},
{
name: "Matrix Console",
logo: "img/console-48px.png",
author: "Matrix.org",
homepage: "https://matrix.org",
room_url(alias) { return "https://matrix.org/beta/#/room/" + alias },
room_id_url(id) { return "https://matrix.org/beta/#/room/" + id },
maturity: "Deprecated",
comments: "The original developer-focused client for Web, iOS & Android",
},
{
name: "Matrix-Static",
logo: "img/matrix-static-48px.png",