Add nheko to the client list
This commit is contained in:
parent
6387484baf
commit
99dad026a9
2 changed files with 9 additions and 0 deletions
BIN
img/nheko.png
Normal file
BIN
img/nheko.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
|
@ -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: "",
|
||||||
|
|
Loading…
Reference in a new issue