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

リモートからアンケートの選択肢が流れてきたとき、選択肢内の絵文字がリモートの絵文字として描画されない #14129

Closed
1 task
KisaragiEffective opened this issue Jul 4, 2024 · 5 comments
Labels
⚠️bug? This might be a bug packages/frontend Client side specific issue/PR

Comments

@KisaragiEffective
Copy link
Collaborator

💡 Summary

リモートからアンケートの選択肢が流れてきたとき、選択肢内の絵文字がリモートの絵文字として描画されない

🥰 Expected Behavior

選択肢内の絵文字がリモートの絵文字として描画されてほしい

🤬 Actual Behavior

選択肢内の絵文字がリモートの絵文字として描画されない

📝 Steps to Reproduce

  1. ノートにアンケートをつける
  2. 選択肢に絵文字を入れる
  3. そのノートを配送先サーバーから見る
  4. 絵文字が配送元サーバーの文脈で解決されず、配送先サーバーの文脈で解決されてしまう

💻 Frontend Environment

* Model and OS of the device(s): `6.7.12+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.7.12-1~bpo12+1 (2024-05-06) x86_64`
* Browser: Mozilla Firefox 127.0.1
* Server URL: https://misskey.io/
* Misskey: 2024.5.0-io.1a

🛰 Backend Environment (for server admin)

N/A (not 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 packages/frontend Client side specific issue/PR ⚠️bug? This might be a bug labels Jul 4, 2024
@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Jul 4, 2024

poll部分の絵文字urlはバックエンドで返してくれるのかしら
(そこの絵文字がresolveされないならバックエンドの改修も必要そう)

@KisaragiEffective
Copy link
Collaborator Author

KisaragiEffective commented Jul 4, 2024

MkPoll.ts を見たら <Mfm> コンポーネントなので #13968 と同様の方法で治るという認識:

<Mfm :text="choice.text" :plain="true"/>

@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Jul 4, 2024

あーべつに要らないのか
(MfmにemojiUrlsを渡さないといけないと思ってたけど無くてもMkCustomEmoji側でresolveしてくれることに気づいた)

@kozakura913
Copy link

#11763 と重複?

@KisaragiEffective
Copy link
Collaborator Author

KisaragiEffective commented Jul 5, 2024

#11763 と重複?

自分でコメントしたのに忘れていた😇
重複なので閉じます (ありがとうございます)

@KisaragiEffective KisaragiEffective closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2024
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 packages/frontend Client side specific issue/PR
Projects
None yet
Development

No branches or pull requests

3 participants