Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote follow username syntax doesn't match usernames in the main UI #2528

Closed
alexgleason opened this issue Apr 27, 2017 · 4 comments
Closed
Labels
bug Something isn't working ui Front-end, design

Comments

@alexgleason
Copy link
Contributor

For instance, normally my username is this:

@alex@animalliberation.social

But remote follow makes me type it like this:

alex@animalliberation.social

The latter is like an email, and the former is the Mastodon syntax we have come to expect. The remote follow UI should allow the former, and maybe even reject the latter.

Optional tangent: I'm not sure why this convention is used. I like how Matrix uses @user:host.tld since it doesn't have excess @ symbols. But then I wonder what was wrong with the email syntax to begin with... is this new way just to differentiate these names as a new thing which isn't email?

@ashfurrow ashfurrow added bug Something isn't working question ui Front-end, design labels Apr 27, 2017
@ara4n
Copy link

ara4n commented May 2, 2017

fwiw, i got tripped up the first time i tried to do a remote follow and assumed it was @user@domain rather than user@domain. The reason Matrix has its weird @user:domain syntax is deliberately to avoid confusion of matrix IDs with email addresses (or JIDs, or SIP URIs, or ostatus IDs...)

@nightpool
Copy link
Member

nightpool commented May 2, 2017 via email

@mjankowski
Copy link
Contributor

Would the desired improvement here be to have the remote follow page just strip off a leading @ from the supplied username?

I think that would work ... because it's not a valid character to a URL, and not a valid character in the username portion of an acct string...

@Gargron
Copy link
Member

Gargron commented Jun 2, 2017

I think I fixed this in v1.4 but forgot to tag it

@Gargron Gargron closed this as completed Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Front-end, design
Projects
None yet
Development

No branches or pull requests

6 participants