Refresh stories in redux when data changes

This commit is contained in:
Fedor Indutny
2022-10-20 12:16:37 -07:00
committed by GitHub
parent b82234b119
commit e14c3241c5
5 changed files with 71 additions and 13 deletions

View File

@@ -4795,6 +4795,7 @@ async function removeAll(): Promise<void> {
DELETE FROM storyDistributions;
DELETE FROM storyReads;
DELETE FROM unprocessed;
DELETE FROM uninstalled_sticker_packs;
`);
})();
}