A curated list of libraries & SDKs for the Bluesky API and AT Protocol

support tangled links with dids

+2 -2
+2 -2
lib/tangled_import.rb
··· 19 19 end 20 20 21 21 def url_matches?(url) 22 - url =~ %r{^https://tangled\.org/@?[\w\-\.]+/[\w\-\.]+} 22 + url =~ %r{^https://tangled\.org/@?[\w\-\.\:]+/[\w\-\.]+} 23 23 end 24 24 25 25 def import_url(url, project) 26 - url =~ %r{^https://tangled\.org/@?([\w\-\.]+)/([\w\-\.]+)} 26 + url =~ %r{^https://tangled\.org/@?([\w\-\.\:]+)/([\w\-\.]+)} 27 27 user, repo = $1, $2 28 28 29 29 did = DID.resolve_handle(user)