fix: update changelog url for new repo
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
249733a5a6
commit
5c49d95880
|
|
@ -67,7 +67,7 @@ const val STOAT_WEB_APP = "https://stoat.chat"
|
||||||
const val STOAT_INVITES = "https://stt.gg"
|
const val STOAT_INVITES = "https://stt.gg"
|
||||||
val STOAT_WEBSOCKET =
|
val STOAT_WEBSOCKET =
|
||||||
if (USE_ALPHA_API) "wss://alpha.revolt.chat/ws" else "wss://events.stoat.chat"
|
if (USE_ALPHA_API) "wss://alpha.revolt.chat/ws" else "wss://events.stoat.chat"
|
||||||
const val STOAT_KJBOOK = "https://revoltchat.github.io/android"
|
const val STOAT_KJBOOK = "https://stoatchat.github.io/for-android"
|
||||||
|
|
||||||
fun String.api(): String {
|
fun String.api(): String {
|
||||||
return "$STOAT_BASE$this"
|
return "$STOAT_BASE$this"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue