From 03199e2f68862b41911bd7086117848f358e4106 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 1 Aug 2021 15:09:52 -0600 Subject: [PATCH] Update follow intent, fix follower count leak --- resources/views/site/intents/follow.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/site/intents/follow.blade.php b/resources/views/site/intents/follow.blade.php index 6b474e06e..b14cf4423 100644 --- a/resources/views/site/intents/follow.blade.php +++ b/resources/views/site/intents/follow.blade.php @@ -14,7 +14,7 @@

{{$profile->username}}

-

{{$profile->followers->count()}} followers

+

{{$profile->followerCount()}} followers

@if($following == true)
@@ -50,4 +50,4 @@
-@endsection \ No newline at end of file +@endsection