Skip to content

Commit 791767d

Browse files
committed
feat: make use of automated update status notifications
1 parent 1226f81 commit 791767d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/store/socket/actions.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ export const actions: ActionTree<SocketState, RootState> = {
339339
async notifyUpdateResponse ({ dispatch }, payload) {
340340
dispatch('version/onUpdateResponse', payload, { root: true })
341341
},
342+
async notifyUpdateRefreshed ({ dispatch }, payload) {
343+
dispatch('version/onUpdateStatus', payload, { root: true })
344+
},
342345

343346
/**
344347
* ==========================================================================

0 commit comments

Comments
 (0)