From b5d27ad43e2ae941104a118a7c906f6d09b5359c Mon Sep 17 00:00:00 2001 From: infi Date: Sun, 10 May 2026 21:00:56 +0200 Subject: [PATCH] feat: constant for changelog service --- .../src/main/java/chat/stoat/core/model/data/Constants.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/model/src/main/java/chat/stoat/core/model/data/Constants.kt b/core/model/src/main/java/chat/stoat/core/model/data/Constants.kt index 486f3239..8a74767c 100644 --- a/core/model/src/main/java/chat/stoat/core/model/data/Constants.kt +++ b/core/model/src/main/java/chat/stoat/core/model/data/Constants.kt @@ -7,4 +7,5 @@ const val STOAT_FILES = "https://cdn.stoatusercontent.com" const val STOAT_PROXY = "https://proxy.stoatusercontent.com" const val STOAT_WEB_APP = "https://stoat.chat" const val STOAT_INVITES = "https://stt.gg" -const val STOAT_WEBSOCKET = "wss://events.stoat.chat" \ No newline at end of file +const val STOAT_WEBSOCKET = "wss://events.stoat.chat" +const val STOAT_CHANGELOG = "https://changelog.stoat.chat" \ No newline at end of file