From 2549049ab2f5eefa7470c50b946892a611f6131c Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 2 Apr 2019 23:05:12 -0600 Subject: [PATCH] Update SearchResults.vue component --- resources/assets/js/components/SearchResults.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/resources/assets/js/components/SearchResults.vue b/resources/assets/js/components/SearchResults.vue index b9cd75eec..a930387ff 100644 --- a/resources/assets/js/components/SearchResults.vue +++ b/resources/assets/js/components/SearchResults.vue @@ -56,11 +56,11 @@

{{profile.value}}

-

+ @@ -138,11 +138,13 @@ export default { }, followProfile(id) { - axios.post('/i/follow', { - item: id - }).then(res => { - window.location.href = window.location.href; - }); + // todo: finish AP Accept handling to enable remote follows + return; + // axios.post('/i/follow', { + // item: id + // }).then(res => { + // window.location.href = window.location.href; + // }); }, }