fix reload conversations on header-refresh

This commit is contained in:
negue
2020-04-27 17:18:39 +02:00
committed by GitHub
parent be86812900
commit b1a348aee3

View File

@@ -800,6 +800,7 @@ export default {
methods: {
async reload () {
this.loaded = false;
this.conversationPage = 0;
this.loadedConversations = [];
this.selectedConversation = {};