diff options
author | Derf Null <derf@finalrewind.org> | 2023-06-29 21:54:25 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-06-29 21:54:25 +0200 |
commit | a73e2edc8604c8d83c0a85044ca2fc8ef4108bfb (patch) | |
tree | a47f98c57a8860eccba63ed308f7d54486a2a927 /templates/profile.html.ep | |
parent | 4f54597c0d3f033a0b4f9d6792905218f0b141de (diff) |
profile: use effective visibility from journey object
Diffstat (limited to 'templates/profile.html.ep')
-rw-r--r-- | templates/profile.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profile.html.ep b/templates/profile.html.ep index ed7ff0d..c0ffe1d 100644 --- a/templates/profile.html.ep +++ b/templates/profile.html.ep @@ -79,7 +79,7 @@ </div> <div class="row"> <div class="col s12 publicstatuscol" data-user="<%= $name %>" data-profile="1"> - %= include '_public_status_card', name => $name, privacy => $privacy, journey => $journey, journey_visibility => $journey_visibility, from_profile => 1 + %= include '_public_status_card', name => $name, privacy => $privacy, journey => $journey, from_profile => 1 </div> </div> % if ($journeys and @{$journeys}) { |