Use remote versions of follow/reply/renote when not logged in #8806
Labels
🧩API
Issues regarding the interface between the server and the client.
✨Feature
This adds/improves/enhances a feature
packages/frontend
Client side specific issue/PR
When you are browsing on a remote instance
remote.tld/notes/...
without being logged in and you see a note you would like to interact with (reply, renote, or follow), you will currently get a "Please log in" pop up to log intoremote.tld
.This is not intuitive, as very few people are going to be logged out of their own home server instance, and it is much more likely that those who are not logged in are coming from a different home server.
I propose a similar solution to how Mastodon handles this with remote follows and remote interactions. When you are not logged in to the instance, and use any of the buttons (renote/follow/reply), prompt for
[email protected]
and redirect to the other home server.The text was updated successfully, but these errors were encountered: