logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 0e21c3cdd9cbc2a60d82c4bd714cd0f5690bafd9
parent: d7647be81230dd9e016235cc9363d4cf048183c6
Author: Shpuld Shpludson <shp@cock.li>
Date:   Sun, 25 Aug 2019 20:03:06 +0000

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:

Msrc/components/conversation/conversation.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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()