Mapbox does support retina tiles by adding a @2x
in the URL, for both v3 and v4 APIs. This has to be detected and enabled via JavaScript.
Leaflet already has built-in support to detect retina in the browser. E.g. (L.Browser.retina ? '@2x' : '')
Reference for Mapbox tiles:
Closed: outdated
1.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.