summaryrefslogtreecommitdiff
path: root/templates/user_status.html.ep
diff options
context:
space:
mode:
authorDerf Null <derf@finalrewind.org>2023-06-29 21:54:25 +0200
committerDerf Null <derf@finalrewind.org>2023-06-29 21:54:25 +0200
commita73e2edc8604c8d83c0a85044ca2fc8ef4108bfb (patch)
treea47f98c57a8860eccba63ed308f7d54486a2a927 /templates/user_status.html.ep
parent4f54597c0d3f033a0b4f9d6792905218f0b141de (diff)
profile: use effective visibility from journey object
Diffstat (limited to 'templates/user_status.html.ep')
-rw-r--r--templates/user_status.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_status.html.ep b/templates/user_status.html.ep
index 97c10ec..95d2dfa 100644
--- a/templates/user_status.html.ep
+++ b/templates/user_status.html.ep
@@ -1,6 +1,6 @@
<div class="row">
<div class="col s12 publicstatuscol" data-user="<%= $name %>">
- %= include '_public_status_card', name => $name, privacy => $privacy, journey => $journey, journey_visibility => $journey_visibility
+ %= include '_public_status_card', name => $name, privacy => $privacy, journey => $journey
</div>
</div>