Comment out hard-coded sliding sync url.
This commit is contained in:
committed by
Benoit Marty
parent
534bf67883
commit
36cc65d7cd
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user