* Added TestServerUrl config setting * Added clientside handling to show direct channels in the sidebar when a DM is received
6 lines
156 B
JSON
6 lines
156 B
JSON
{
|
|
"DefaultServerUrl": "http://localhost:8065",
|
|
"TestServerUrl": "http://localhost:8065",
|
|
"DefaultLocale": "en",
|
|
"DefaultTheme": "default"
|
|
}
|