You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] mail, im_livechat: manage downgrade of local storage
This commit adds versioning to local storage entries, so that when
version is more recent than current version, business code can have
a strategy to drop the values.
This strategy is the one used by local storage field: older versions
are most updated and upgraded fields so 19.1 is implicitly valid for
19.2 and 19.3. 20.0 is invalid as it can potentially be affected
by unknown upgrade scripts of current version (19.3), thus it's
dropped.
Part of Task-5003012
0 commit comments