Page MenuHomePhorge

Drop support for legacy sessions
ClosedPublic

Authored by tusooa on Jul 12 2024, 7:51 PM.
Tags
None
Referenced Files
F27053: D119.1726600571.diff
Mon, Sep 16, 12:16 PM
Unknown Object (File)
Mon, Sep 9, 7:50 PM
Unknown Object (File)
Thu, Sep 5, 11:48 PM
Unknown Object (File)
Mon, Sep 2, 11:11 PM
Unknown Object (File)
Fri, Aug 30, 9:35 AM
Unknown Object (File)
Fri, Aug 30, 9:35 AM
Unknown Object (File)
Fri, Aug 30, 9:34 AM
Unknown Object (File)
Fri, Aug 30, 9:34 AM
Subscribers
None

Details

Summary

Legacy sessions are sessions created before v0.1.1 . They are not portable because Windows does not support ":" in session names. There are also other problems because "/" is technically allowed in a Matrix user id. v0.1.1 switches to encode user id with urlsafe base64. Support for opening the legacy sessions are retained, but new data will only be written to the new place. This commit will cause kazv to no longer read from legacy session locations, and stop displaying legacy sessions in the session list. This means if a user wishes to use a session created before v0.1.1 , they must open it first (and save it) with a kazv version that is greater than or equal to v0.1.1 and is before this commit.

Type: remove

Test Plan

Verify unit tests pass. Verify that legacy sessions no longer appear in the session chooser.

Diff Detail

Repository
rK kazv
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 177
Build 343: GitLab CI for kazv
Build 342: arc lint + arc unit