Feature/7555 migration part 3

This commit is contained in:
Arnfried Griesert
2026-03-17 13:55:15 +00:00
committed by SDE GitLab
parent 4515ab49e4
commit 585f4a852d
14 changed files with 283 additions and 84 deletions

View File

@@ -43,4 +43,10 @@ import MatrixSDK
return returnValue
}
// BWI #7555 migration part 3
func loadFinishedFlag() -> String? {
return SharedKeychain.load(account: "migration_finished")
}
// BWI #7555 END
}