checked_in: also add link for follower-only checkins
This commit is contained in:
parent
beb59221e7
commit
57afb8c748
1 changed files with 1 additions and 1 deletions
|
@ -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 %>"
|
||||
% }
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue