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
Unknown Object (File)
Fri, Dec 20, 1:16 PM
Unknown Object (File)
Mon, Dec 16, 12:49 AM
Unknown Object (File)
Wed, Dec 11, 7:32 PM
Unknown Object (File)
Sun, Dec 8, 8:50 AM
Unknown Object (File)
Thu, Dec 5, 6:50 AM
Unknown Object (File)
Wed, Dec 4, 9:22 AM
Unknown Object (File)
Fri, Nov 29, 9:42 AM
Unknown Object (File)
Nov 23 2024, 10:06 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
Branch
inka/actions_new_branch
Lint
No Lint Coverage
Unit
No Test Coverage

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