mastodon-unfurl.love/0052-url_from_ml

3 lines
87 B
Plaintext

url_from_ml = function(ml)
return ('%s/api/v1/statuses/%s'):format(ml.host, ml.id)
end