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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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