Because of Moving the Modules in the main upstream, we have to alter the location of these Modules in this repository as well.
One example is the "Follow" Button.
**Current behavior**
Redirecting to `/follow`, like
https://friendica.philipp.info/follow?url=https%3A%2F%2Fanonsys.net%2Fprofile%2Flinuxforum_de
**Expected behavior**
Redirecting to the new endpoint
https://friendica.philipp.info/contact/follow?url=https%3A%2F%2Fanonsys.net%2Fprofile%2Flinuxforum_de
Actually, the /follow route is queried from the visiting user info, so it will always be accurate for the visitor, no matter the version of their node.
Phew!
Actually, the `/follow` route is queried from the visiting user info, so it will always be accurate for the visitor, no matter the version of their node.
Phew!
Because of Moving the Modules in the main upstream, we have to alter the location of these Modules in this repository as well.
One example is the "Follow" Button.
Current behavior
Redirecting to
/follow
, likehttps://friendica.philipp.info/follow?url=https%3A%2F%2Fanonsys.net%2Fprofile%2Flinuxforum_de
Expected behavior
Redirecting to the new endpoint
https://friendica.philipp.info/contact/follow?url=https%3A%2F%2Fanonsys.net%2Fprofile%2Flinuxforum_de
"Follow"-Button needs new locationto "Follow"-Button needs a new location 5 months agoHmm, this means we have to keep supporting the legacy route for a while until most nodes upgrade to the version 2022.12.
Actually, the
/follow
route is queried from the visiting user info, so it will always be accurate for the visitor, no matter the version of their node.Phew!