Remove Pocket suggestions from the `suggest` component
Categories
(Application Services :: Suggest, task, P3)
Tracking
(Not tracked)
People
(Reporter: adw, Assigned: kpatenio)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
We should remove Pocket suggestions from the suggest component in application-services. There's not a single place or module where they live but this code search should cover everything.
Bug 1959497 is the corresponding desktop bug.
Once that's merged into app-services, we'll need to vendor into m-c, which should have a separate bug filed for it. Vendoring steps:
-
Update Cargo.toml so the application-services components use the new revision
-
In a full (non-artifact) build, run:
./mach vendor rust
./mach uniffi generate
- Upload the resulting patch to phabricator like usual
WIP pull request for application-services can be found here: https://github.com/mozilla/application-services/pull/6770
Updated•11 months ago
|
| Reporter | ||
Comment 3•11 months ago
|
||
Thanks for your effort to vendor here Becca, sorry for the trouble. As we found out, vendoring is broken on Windows (bug 1938341), so I'll go ahead and take that on. We typically file a new bug for each vendoring, so I'll do that and link it here. This bug tracks the Rust changes that kpatenio made, so I'll set this bug's assignee appropriately and close it since kpatenio's PR has been merged.
Description
•