Browse Source

update about info

main
ghost 9 months ago
parent
commit
0986f1fe72
  1. 10
      example/config.json
  2. 2
      src/controller/room.php

10
example/config.json

@ -29,15 +29,13 @@
} }
}, },
"kevachat": "kevachat":
{
"link":
{ {
"about": "about":
[ [
"https://github.com/kevachat/geminiapp", "=> /room/NfqYRoWFZAydVyS4GjDa6o31CDSpGXVyXE Official room",
"https://github.com/kevachat/webapp" "=> https://github.com/kevachat/geminiapp Geminiapp source",
] "=> https://github.com/kevachat/webapp Webapp source"
}, ],
"room": "room":
{ {
"key": "key":

2
src/controller/room.php

@ -128,7 +128,7 @@ class Room
), ),
implode( implode(
PHP_EOL, PHP_EOL,
$this->_config->kevachat->link->about $this->_config->kevachat->about
), ),
implode( implode(
PHP_EOL, PHP_EOL,

Loading…
Cancel
Save