planetary-social / rooms-frontend

MIT License
4 stars 2 forks source link

Simplify QR codes for following #102

Closed chereseeriepa closed 1 year ago

chereseeriepa commented 1 year ago

The QR code for following someone is too complex which can make it harder to scan, need to reduce the link

chereseeriepa commented 1 year ago

I went with a simple "quick fix" which was, add a new route to the vue router /follow/{feedId}, and when you go to that route, it checks the feedId and gets the ssb-uri for that feedId and redirects you to that site. So it should open up planetary and take you to that profile

This is a temporary fix until Planetary supports more ssb-uri formats. The one it supports it very long, resulting in complex QR codes.

Related to: https://github.com/planetary-social/planetary-graphql/issues/40