-
Notifications
You must be signed in to change notification settings - Fork 29
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
MFMjs will fail to parse users including dots in their ID #144
Comments
Related to #143 |
(Off-topic) Really? Haven't heard of that (unless it's third-party bridge) |
Yup it's bridge- but same happens here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💡 Summary
Lately Bluesky has begun one-way federation into ActivityPub. However, unlike Misskey, Bluesky allows dots (
.
) in their user IDs. Since MFMjs don't expect dots in the username part of the user, mentioning those users will end up broken result.🥰 Expected Behavior
The whole User ID (e.g.
@[email protected]
) will be parsed as user.🤬 Actual Behavior
ID before dots (
@example
in the case above) will be parsed as user and the rest will remain as string.📝 Steps to Reproduce
💻 Frontend Environment
The text was updated successfully, but these errors were encountered: