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(
|
await dataInterface.modifyStoryDistributionWithMembers(
|
||||||
{
|
{
|
||||||
...storyDistribution,
|
...storyDistribution,
|
||||||
|
deletedAtTimestamp,
|
||||||
name: '',
|
name: '',
|
||||||
storageNeedsSync: true,
|
storageNeedsSync: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue