mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-03 03:48:27 +01:00
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…
Add table
Reference in a new issue