Skip to content

Commit

Permalink
use home_server
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Mar 7, 2023
1 parent c5783cf commit bf914cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tagexplore.sp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ TagExplore
)
select
case
when server != home_server then 'https://elk.zone/mastodon.social/@' || person || '@' || server
else 'https://elk.zone/mastodon.social/@' || person
when server != home_server then 'https://elk.zone/' || home_server || '/@' || person || '@' || server
else 'https://elk.zone/' || home_server || '/@' || person
end as account_url
from
data
Expand Down

0 comments on commit bf914cd

Please sign in to comment.