Page MenuHomePhabricator

[lib] Add function for filtering out calendar filters related to one keyserver
ClosedPublic

Authored by inka on Dec 21 2023, 4:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 22, 2:00 PM
Unknown Object (File)
Fri, Sep 6, 9:27 PM
Unknown Object (File)
Fri, Sep 6, 9:27 PM
Unknown Object (File)
Fri, Sep 6, 9:27 PM
Unknown Object (File)
Fri, Sep 6, 9:27 PM
Unknown Object (File)
Fri, Sep 6, 8:25 PM
Unknown Object (File)
Aug 28 2024, 2:01 PM
Unknown Object (File)
Aug 28 2024, 1:50 PM
Subscribers

Details

Summary

issue: ENG-5810
I added a helper function removeKeyserverThreadIDsFromFilterList, which removes thread ids of theads reladted to given keyservers from calendar filters.
This function is very similar to previously existing removeDeletedThreadIDsFromFilterList, so I extracted the common code

Test Plan

ran the provided tests. The tests for removeDeletedThreadIDsFromFilterList are not very exhaustive, but they check that the functinon didn't stop working as a result of my changes.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Dec 21 2023, 5:03 AM
michal added inline comments.
lib/reducers/calendar-filters-reducer.test.js
143–144 ↗(On Diff #34906)

Nit: shouldn't this be like keyserverIDToRemove?

This revision is now accepted and ready to land.Jan 5 2024, 4:10 AM