track reflecting files

This commit is contained in:
jessop 2020-05-07 07:41:56 -04:00
commit 3be6fa52ac
10 changed files with 289 additions and 9 deletions

View file

@ -94,6 +94,7 @@ export {
doPrepareEdit,
doPublish,
doCheckPendingPublishes,
doCheckReflectingFiles,
} from 'redux/actions/publish';
export {
@ -206,12 +207,14 @@ export {
makeSelectChannelForClaimUri,
makeSelectClaimIsPending,
makeSelectPendingByUri,
makeSelectReflectingClaimForUri,
makeSelectClaimsInChannelForCurrentPageState,
makeSelectShortUrlForUri,
makeSelectCanonicalUrlForUri,
makeSelectPermanentUrlForUri,
makeSelectSupportsForUri,
selectPendingById,
selectReflectingById,
selectClaimsById,
selectClaimsByUri,
selectAllClaimsByChannel,