Use coldCache

This commit is contained in:
ganfra 2022-11-22 19:36:55 +01:00
parent a7fca33a8f
commit e1ea7afcef

View file

@ -56,6 +56,7 @@ class MatrixClient internal constructor(
.slidingSync()
.homeserver("https://slidingsync.lab.element.dev")
.withCommonExtensions()
.coldCache("ElementX")
.addView(slidingSyncView)
.build()