Comment out hard-coded sliding sync url.

This commit is contained in:
Benoit Marty 2023-05-30 12:05:25 +02:00 committed by Benoit Marty
parent 534bf67883
commit 36cc65d7cd

View file

@ -153,7 +153,7 @@ class RustMatrixClient constructor(
private val slidingSync = client
.slidingSync()
.homeserver("https://slidingsync.lab.matrix.org")
// .homeserver("https://slidingsync.lab.matrix.org")
.withCommonExtensions()
.storageKey("ElementX")
.addList(visibleRoomsSlidingSyncListBuilder)