diff --git a/lib/Travelynx/Controller/Profile.pm b/lib/Travelynx/Controller/Profile.pm
index d77e6f718bb16d96c2b4137e9bac567220ef481d..c242f58cccc2f26113b7a37d7a57f3f5d757de49 100755
--- a/lib/Travelynx/Controller/Profile.pm
+++ b/lib/Travelynx/Controller/Profile.pm
@@ -170,7 +170,10 @@ sub profile {
 			$opt{with_default_visibility} = 0;
 		}
 
-		if ($my_user) {
+		if ($is_self) {
+			$opt{min_visibility} = 'followers';
+		}
+		elsif ($my_user) {
 			if ( $relation and $relation eq 'follows' ) {
 				$opt{min_visibility} = 'followers';
 			}