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
|
Status
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
'$route': 'fetchConversation',
|
status: 'fetchConversation',
|
||||||
expanded (value) {
|
expanded (value) {
|
||||||
if (value) {
|
if (value) {
|
||||||
this.fetchConversation()
|
this.fetchConversation()
|
||||||
|
|
Loading…
Reference in a new issue