+1
-3
app/bluesky_account.rb
+1
-3
app/bluesky_account.rb
+1
-1
app/tootify.rb
+1
-1
app/tootify.rb
···
211
211
212
212
def fetch_record_by_at_uri(quote_uri)
213
213
repo, collection, rkey = quote_uri.split('/')[2..4]
214
-
pds = DID.new(repo).get_document.pds_endpoint
214
+
pds = DID.new(repo).document.pds_host
215
215
sky = Minisky.new(pds, nil)
216
216
resp = sky.get_request('com.atproto.repo.getRecord', { repo: repo, collection: collection, rkey: rkey })
217
217
resp['value']