Skip to content

Commit

Permalink
Pass deletedAtTimestamp into dlist db call
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-signal committed Aug 10, 2022
1 parent 0ce4ea3 commit 35f682f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/state/ducks/storyDistributionLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ function deleteDistributionList(
await dataInterface.modifyStoryDistributionWithMembers(
{
...storyDistribution,
deletedAtTimestamp,
name: '',
storageNeedsSync: true,
},
Expand Down

0 comments on commit 35f682f

Please sign in to comment.