Page MenuHomePhabricator

[lib] Add function for splitting calendar query per keyserver
ClosedPublic

Authored by inka on Oct 31 2023, 2:48 AM.
Tags
None
Referenced Files
F3181063: D9644.diff
Fri, Nov 8, 5:25 AM
Unknown Object (File)
Sun, Oct 27, 9:47 PM
Unknown Object (File)
Sun, Oct 27, 9:47 PM
Unknown Object (File)
Sun, Oct 27, 9:47 PM
Unknown Object (File)
Sun, Oct 27, 9:36 PM
Unknown Object (File)
Thu, Oct 24, 1:46 PM
Unknown Object (File)
Oct 3 2024, 1:15 AM
Unknown Object (File)
Sep 29 2024, 2:57 PM
Subscribers

Details

Summary

issue: https://linear.app/comm/issue/ENG-5283/refactor-login-action
Calendar query inclued filters, that may include an array of threads. We don't want to send the ids of threads of one keyserver to a different keyserver, so we need a way to split them. We want the queries to stay otherwise the same for all keyservers

Test Plan

Run the provided test

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Oct 31 2023, 3:06 AM
inka planned changes to this revision.Oct 31 2023, 4:33 AM

Update function to handle the case when no thread filter provided

This revision is now accepted and ready to land.Nov 3 2023, 5:13 AM