Merge pull request #31 from mujx/master

Add nheko to the client list
This commit is contained in:
Richard van der Hoff 2017-10-24 13:04:44 +01:00 committed by GitHub
commit b797efa06d
2 changed files with 9 additions and 0 deletions

BIN
img/nheko.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -92,6 +92,15 @@ var unlinkable_clients = [
user_instructions(userId) { return <span>Type <code>/invite <b>{ userId }</b></code></span> }, user_instructions(userId) { return <span>Type <code>/invite <b>{ userId }</b></code></span> },
comments: "Qt5 and C++ cross-platform desktop Matrix client", comments: "Qt5 and C++ cross-platform desktop Matrix client",
}, },
{
name: "Nheko",
logo: "img/nheko.png",
author: "Konstantinos Sideris",
homepage: "https://github.com/mujx/nheko",
maturity: "Late alpha",
room_instructions(alias) { return <span>Type <code>/join <b>{ alias }</b></code></span> },
comments: "Qt5 and C++ desktop client",
},
{ {
name: "Mclient.el", name: "Mclient.el",
logo: "", logo: "",