forked from AkkomaGang/akkoma-fe
Merge branch '646' into 'develop'
Fix "Making hundreds of needless api requests in profile page" Closes #646 See merge request pleroma/pleroma-fe!923
This commit is contained in:
commit
0e21c3cdd9
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ const conversation = {
|
|||
Status
|
||||
},
|
||||
watch: {
|
||||
'$route': 'fetchConversation',
|
||||
status: 'fetchConversation',
|
||||
expanded (value) {
|
||||
if (value) {
|
||||
this.fetchConversation()
|
||||
|
|
Loading…
Reference in a new issue