diff options
author | Derf Null <derf@finalrewind.org> | 2023-06-16 17:49:20 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-06-16 17:49:20 +0200 |
commit | 57afb8c74846cdb4e8ae204c6ae9c37b3bdb3bda (patch) | |
tree | 44a8cc3c65c81316e97d7bb57303a2d90eccf544 /templates | |
parent | beb59221e733c6b9afe870aefc1c725baebb85cb (diff) |
checked_in: also add link for follower-only checkins1.32.5
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 1002654..b66889b 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -292,7 +292,7 @@ % if ($journey_visibility eq 'public') { data-url="<%= url_for('/status')->to_abs->scheme('https') %>/<%= $user->{name} %>/<%= $journey->{sched_departure}->epoch %>" % } - % elsif ($journey_visibility eq 'travelynx' or $journey_visibility eq 'unlisted') { + % elsif ($journey_visibility eq 'travelynx' or $journey_visibility eq 'followers' or $journey_visibility eq 'unlisted') { data-url="<%= url_for('/status')->to_abs->scheme('https') %>/<%= $user->{name} %>/<%= $journey->{sched_departure}->epoch %>?token=<%= $journey->{dep_eva} %>-<%= $journey->{timestamp}->epoch % 337 %>" % } > |