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; + // }); }, }