Unverified Commit f794d3c0 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

profile: treat self as follower

parent 915e90a2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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';
			}