diff --git a/src/store/conversations.js b/src/store/conversations.js index 8eb0b2f0..ca565d14 100644 --- a/src/store/conversations.js +++ b/src/store/conversations.js @@ -141,6 +141,7 @@ export default { resetList(state) { state.items = []; state.currentPage = 0; + state.lastPage = null; }, nextPageRequesting(state) { state.nextPageState = RequestState.requesting; @@ -176,6 +177,7 @@ export default { } }, actions: { + downloadVoiceMail(context, id) { context.commit('downloadVoiceMailRequesting'); downloadVoiceMail(id).then(()=>{