Pass deletedAtTimestamp into dlist db call
This commit is contained in:
parent
0ce4ea327b
commit
35f682f4dc
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ function deleteDistributionList(
|
|||
await dataInterface.modifyStoryDistributionWithMembers(
|
||||
{
|
||||
...storyDistribution,
|
||||
deletedAtTimestamp,
|
||||
name: '',
|
||||
storageNeedsSync: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue