twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Fetch messages command should fetch from all workspace members that have a connected-account

Open Weiko opened this issue 1 year ago • 2 comments

Context

The command currently calls a service with a workspace member uuid in the code, we want to fetch all member ids that have a connected account and ideally delegate this to a job for each member.

Weiko avatar Dec 18 '23 13:12 Weiko

Make the command idempotent: when you relaunch the command, it should not create duplicates

charlesBochet avatar Dec 18 '23 13:12 charlesBochet

Make the command idempotent: when you relaunch the command, it should not create duplicates

done by @bosiraphael

Weiko avatar Jan 05 '24 15:01 Weiko