We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any mentions of users with . in their usernames are getting cut after the dot. According to the webfinger specs these 4 symbols are allowed: _ - . ~ ( https://www.w3.org/community/reports/socialcg/CG-FINAL-apwf-20240608/#names )
CherryPick supports the first two, and I have never seen a Fediverse software that supports creating an account with a tilde
However, there are examples of accounts with a dot using different software:
Bridgy Fed: @[email protected] Threads: @[email protected] PeerTube: @[email protected]
It should be rendered as a normal mention.
It was fixed in Sharkey, there's a related Sharkey commit: https://activitypub.software/TransFem-org/sfm-js/-/commit/3b5bfe6f6a1701e9abfcd4e7f97a4ff348d6ffbe
It's getting cut and username that should look like @[email protected] is rendered as @cool@[email protected] and it's definitely incorrect
No response
* Model and OS of the device(s): Unrelated * Browser: Firefox * Server URL: kitty.social * CherryPick: 4.12.0-beta.9
The text was updated successfully, but these errors were encountered:
I forgot to link it but there's the upstream issue - misskey-dev/mfm.js#143
Sorry, something went wrong.
Solve to this issue has been completed in kokonect-link/cfm.js. Thank you! 🙏
kokonect-link/cfm.js
通知APIがページ境界で重複する問題の修正 (kokonect-link#509)
10e333b
No branches or pull requests
💡 Summary
Any mentions of users with . in their usernames are getting cut after the dot. According to the webfinger specs these 4 symbols are allowed: _ - . ~ ( https://www.w3.org/community/reports/socialcg/CG-FINAL-apwf-20240608/#names )
CherryPick supports the first two, and I have never seen a Fediverse software that supports creating an account with a tilde
However, there are examples of accounts with a dot using different software:
Bridgy Fed: @[email protected]
Threads: @[email protected]
PeerTube: @[email protected]
🥰 Expected Behavior
It should be rendered as a normal mention.
It was fixed in Sharkey, there's a related Sharkey commit: https://activitypub.software/TransFem-org/sfm-js/-/commit/3b5bfe6f6a1701e9abfcd4e7f97a4ff348d6ffbe
🤬 Actual Behavior
It's getting cut and username that should look like @[email protected] is rendered as @cool@[email protected] and it's definitely incorrect
📝 Steps to Reproduce
No response
💻 Frontend Environment
🛰 Backend Environment (for server admin)
No response
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: