Homeserver version parser should support version without patch #6017
Labels
matrix-sdk
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
For instance
v1.4
should be correctly parsed, currently onlyv1.4.0
will work.The code is here: https://github.com/vector-im/element-android/blob/main/matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/auth/version/HomeServerVersion.kt#L41
Also discussed in #5997
Also required to close this issue: add some unit tests on the parser (could candidate for TDD).
The text was updated successfully, but these errors were encountered: