Merge pull request #7 from archem-team/feat/choose_platform_impl

Update API URLs and add TODOs in Choose-Platform branch
This commit is contained in:
Abron Studio 2025-08-05 12:25:41 +03:30 committed by GitHub
commit d626c25f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -97,9 +97,11 @@ private val PLATFORM_URLS = mapOf(
january = "https://a-pep.peptide.chat/january",
app = "https://peptide.chat",
invites = "https://pep.gg",
websocket = "https://a-pep.peptide.chat/ws",
autumn = "https://autumn.revolt.chat",
kjbook = "https://pepchat.github.io/android"
websocket = "wss://a-pep.peptide.chat/ws",
autumn = "https://a-pep.peptide.chat/autumn",
// TODO: Replace with correct URL
kjbook = "https://revoltchat.github.io/android"
// TODO: Replace with correct URL
)
)