From 34fe233ffffdb695bf59e4ad7df9dd7927d1447a Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sun, 2 Oct 2016 20:13:48 -0500 Subject: [PATCH] Add NaChat --- src/components/HomePage.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 948de02..98e7c80 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -90,6 +90,16 @@ var unlinkable_clients = [ homepage: "http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/", maturity: "Alpha", comments: "Matrix client for Gnu Emacs", + }, + { + name: "NaChat", + logo: "", + author: "Benjamin Saunders", + homepage: "https://github.com/Ralith/nachat", + maturity: "Alpha", + room_instructions(alias) { return Type /join { alias } }, + user_instructions(userId) { return Type /invite { userId } }, + comments: "Qt5 and C++ cross-platform desktop Matrix client", } ];