diff options
author | Derf Null <derf@finalrewind.org> | 2023-06-23 22:43:41 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-06-23 22:43:41 +0200 |
commit | c5957fbdfdf5a3871e0ae421c7e6042ce580d52d (patch) | |
tree | d44bd25531dd7489ae72e4f61831e139d0d7d992 /templates/_public_status_card.html.ep | |
parent | c32b93ff4da116921aa5ac8da4dcfddbf02a2d55 (diff) |
User: remove legacy public_level / is_public field
Diffstat (limited to 'templates/_public_status_card.html.ep')
-rw-r--r-- | templates/_public_status_card.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 42d507e..65255c5 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -14,7 +14,7 @@ <i class="material-icons right"><%= visibility_icon($journey_visibility) %></i> % } </span> - % if ($public_level & 0x04 and $journey->{comment}) { + % if ($privacy->{comments_visible} and $journey->{comment}) { <p>„<%= $journey->{comment} %>“</p> % } <p> |