Merge pull request #5755 from element-hq/feature/bma/cleanupDb

Remove unused `slidingSyncProxy` from DB.
This commit is contained in:
Benoit Marty 2025-11-18 17:42:09 +01:00 committed by GitHub
commit 2bdac6d81a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 43 additions and 37 deletions

View file

@ -17,5 +17,4 @@ data class ExternalSession(
val accessToken: String,
val refreshToken: String?,
val homeserverUrl: String,
val slidingSyncProxy: String?
)