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

frontend: フォロー確認画面でリモートユーザーの名前に絵文字が含まれている場合、ローカルの絵文字で表示される #13952

Open
1 task
KisaragiEffective opened this issue Jun 6, 2024 · 4 comments · May be fixed by #14126
Labels
⚠️bug? This might be a bug

Comments

@KisaragiEffective
Copy link
Collaborator

💡 Summary

フォロー確認画面でリモートユーザーの名前に絵文字が含まれている場合、ローカルの絵文字で表示される

🥰 Expected Behavior

リモートの絵文字なのでリモートの絵文字の画像を表示してほしい

🤬 Actual Behavior

ローカルに存在する同じshortnameの絵文字の画像が表示されたり、単なるテキストになったりする (上: ローカルからリモートユーザーを参照したとき、下: フォロー確認画面でリモートユーザーを表示するとき)
image
image

📝 Steps to Reproduce

  1. サーバーAからサーバーBのリモートユーザーを照会する
    • リモートユーザーの名前にMFM形式の絵文字が入っている必要がある
  2. そのリモートユーザーをフォローしようとする
  3. そのMFM形式の絵文字がローカルのshortcodeで引かれる
  4. リモートの絵文字が表示されず、ローカルの絵文字になったりテキストになったりする

💻 Frontend Environment

* Model and OS of the device(s): Linux 6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) x86_64
* Browser: Mozilla Firefox 125.0.2
* Server URL: https://misskey.niri.la/
* Misskey: 2024.5.0-kinel.1

🛰 Backend Environment (for server admin)

N/A (not a server admin)

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@KisaragiEffective KisaragiEffective added the ⚠️bug? This might be a bug label Jun 6, 2024
@KisaragiEffective
Copy link
Collaborator Author

cc #13723

@KisaragiEffective
Copy link
Collaborator Author

同じ原因なような気がしてきた

@KisaragiEffective
Copy link
Collaborator Author

os.confirmで実装されているので同じ手法を採用するのは難しい

@zyoshoka
Copy link
Contributor

Related to #9957?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants