fix: update changelog url for new repo

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-10-12 01:22:56 +02:00
parent 249733a5a6
commit 5c49d95880
1 changed files with 1 additions and 1 deletions

View File

@ -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"