Page MenuHomePhabricator

[CommCoreModule][SQLite] remove unused JSI calls
ClosedPublic

Authored by kamil on Fri, Apr 11, 5:51 AM.
Tags
None
Referenced Files
F6090396: D14571.id.diff
Mon, Apr 21, 1:28 AM
Unknown Object (File)
Sun, Apr 20, 12:25 AM
Unknown Object (File)
Sat, Apr 19, 11:01 PM
Unknown Object (File)
Fri, Apr 18, 11:30 PM
Unknown Object (File)
Fri, Apr 18, 7:25 AM
Unknown Object (File)
Thu, Apr 17, 5:36 AM
Unknown Object (File)
Wed, Apr 16, 2:57 PM
Unknown Object (File)
Wed, Apr 16, 2:56 PM
Subscribers

Details

Summary

There are some calls that are unused now and won't be in the future. Removing them to avoid unnecessary maintenance of dead code.

ENG-10539

Depends on D14570

Test Plan

Build native app

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Fri, Apr 11, 8:07 AM
kamil added inline comments.
native/schema/CommCoreModuleSchema.js
39–43 ↗(On Diff #47753)

we have ops for it now

146–147 ↗(On Diff #47753)

No need to store Notif device token in SQLite

160 ↗(On Diff #47753)

This is called as part of clearSensitiveData

161–162 ↗(On Diff #47753)

We should use setCommServicesAuthMetadata and getCommServicesAuthMetadata to handle all auth metadata at once

This revision is now accepted and ready to land.Mon, Apr 14, 1:37 AM