mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
fix reload conversations on header-refresh
This commit is contained in:
@@ -800,6 +800,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
async reload () {
|
async reload () {
|
||||||
this.loaded = false;
|
this.loaded = false;
|
||||||
|
this.conversationPage = 0;
|
||||||
|
|
||||||
this.loadedConversations = [];
|
this.loadedConversations = [];
|
||||||
this.selectedConversation = {};
|
this.selectedConversation = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user