diff --git a/resources/assets/js/components/SearchResults.vue b/resources/assets/js/components/SearchResults.vue index a930387ff..66eeabd64 100644 --- a/resources/assets/js/components/SearchResults.vue +++ b/resources/assets/js/components/SearchResults.vue @@ -56,11 +56,11 @@

{{profile.value}}

- +

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