diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-08-25 20:03:06 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-08-25 20:03:06 +0000 |
| commit | 0e21c3cdd9cbc2a60d82c4bd714cd0f5690bafd9 (patch) | |
| tree | 6f5fe3b3ad1915b0e336e949a2569ab4d15947bf /src | |
| parent | d7647be81230dd9e016235cc9363d4cf048183c6 (diff) | |
| parent | 9b8bf655e1741c05d03f390a83acc375c4c39b40 (diff) | |
Merge branch '646' into 'develop'
Fix "Making hundreds of needless api requests in profile page"
Closes #646
See merge request pleroma/pleroma-fe!923
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/conversation/conversation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 19dcb257..4ef09283 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -110,7 +110,7 @@ const conversation = { Status }, watch: { - '$route': 'fetchConversation', + status: 'fetchConversation', expanded (value) { if (value) { this.fetchConversation() |
