Page MenuHomePhabricator

Bump minimal native code version to 149
ClosedPublic

Authored by marcin on Jun 13 2024, 8:58 AM.
Tags
None
Referenced Files
F2829063: D12428.diff
Fri, Sep 27, 3:18 PM
Unknown Object (File)
Sat, Sep 7, 9:34 AM
Unknown Object (File)
Tue, Sep 3, 7:11 PM
Unknown Object (File)
Tue, Sep 3, 7:10 PM
Unknown Object (File)
Tue, Sep 3, 7:10 PM
Unknown Object (File)
Tue, Sep 3, 7:10 PM
Unknown Object (File)
Tue, Sep 3, 7:10 PM
Unknown Object (File)
Tue, Sep 3, 7:10 PM
Subscribers

Details

Summary

I want to remove support for 135 code version not to have to handle managedAps: {} in APNs rescind types I am about to introduce. The next code version after 135 that we have checks for is 150. Therefore I cut support for less than 149 to minimize the amout of checks to remove and the scope of this diff. The oldest code version in use is currently 185 (1 ios user).

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ashoat added inline comments.
keyserver/src/fetchers/message-fetchers.js
457–458

Should this be removed?

470

Should 'NONE' be removed here?

This revision is now accepted and ready to land.Jun 13 2024, 11:41 AM

Remove 'NONE' and its usages

This revision was automatically updated to reflect the committed changes.