Update code so it compiles

This commit is contained in:
ganfra 2023-03-20 13:07:50 +01:00
parent 2dfa26a01a
commit a007df27dd
9 changed files with 41 additions and 55 deletions

View file

@ -22,6 +22,5 @@ data class SessionData(
val accessToken: String,
val refreshToken: String?,
val homeserverUrl: String,
val isSoftLogout: Boolean,
val slidingSyncProxy: String?
)