New: Loads of Backend Updates to Clients and Indexers

This commit is contained in:
Qstick
2019-06-13 23:54:25 -04:00
parent c48838e5b6
commit 8a9e2dc90d
345 changed files with 5859 additions and 2669 deletions

View File

@@ -223,10 +223,6 @@ class SignalRConnector extends Component {
this.props.dispatchUpdate({ section: 'queue.status', data: body.resource });
}
handleRootfolder = () => {
this.props.dispatchFetchRootFolders();
}
handleVersion = (body) => {
const version = body.Version;
@@ -237,6 +233,10 @@ class SignalRConnector extends Component {
// No-op for now, we may want this later
}
handleRootfolder = () => {
this.props.dispatchFetchRootFolders();
}
handleTag = (body) => {
if (body.action === 'sync') {
this.props.dispatchFetchTags();