av8ta / ssb-fetch

use fetch to get ssb content
1 stars 1 forks source link

return canonical ssb url when returning markdown #2

Closed av8ta closed 2 years ago

av8ta commented 2 years ago

Since the ecosystem is moving to this spec it makes sense to return the canonical url instead of the database sigil. ssb uri are easier to deal with than sigils by using ssb-uri2. It would be good to encourage developers using ssb-fetch to use ssb uri from the beginning.

[@bob](@xyz====.ed25519)    ==>     [@bob](ssb://feed/sha256/xyz====)
av8ta commented 2 years ago

Decided not to implement this. See https://github.com/AgregoreWeb/agregore-browser/issues/148#issuecomment-1007081457