diff --git a/resources/views/account/activity.blade.php b/resources/views/account/activity.blade.php index 26165be84..241d46f8a 100644 --- a/resources/views/account/activity.blade.php +++ b/resources/views/account/activity.blade.php @@ -28,6 +28,7 @@ {!! $notification->rendered !!} {{$notification->created_at->diffForHumans(null, true, true, true)}} + @if($notification->actor->followedBy(Auth::user()->profile) == false)
@csrf @@ -35,6 +36,7 @@
+ @endif @break @endswitch @@ -42,4 +44,4 @@ -@endsection \ No newline at end of file +@endsection