A tool for measuring the coverage of Bluesky/ATProto relays
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed links to @ profiles

+1 -1
+1 -1
server.rb
··· 21 21 if data['owner'] && data['owner_link'] 22 22 %(<a href="#{data['owner_link']}" target="_blank">#{data['owner']}</a>) 23 23 elsif data['owner'].to_s.start_with?('@') 24 - %(<a href="https://bsky.app/profile/#{data['owner']}" target="_blank">#{data['owner']}</a>) 24 + %(<a href="https://bsky.app/profile/#{data['owner'].gsub(/^@/, '')}" target="_blank">#{data['owner']}</a>) 25 25 elsif data['owner'] 26 26 data['owner'] 27 27 else