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

元々ダイレクト投稿の宛先に含まれていなかったリモートサーバーのユーザーを、リプライ等で宛先に追加すると当該ユーザーに届かない #14084

Open
1 task
Sayamame-beans opened this issue Jun 23, 2024 · 0 comments
Labels
⚠️bug? This might be a bug

Comments

@Sayamame-beans
Copy link
Member

Sayamame-beans commented Jun 23, 2024

💡 Summary

ダイレクト投稿は、宛先に管轄のユーザーが誰も含まれていないリモートサーバーには配送されません。
しかし、ダイレクト投稿にはリプライ等で宛先ユーザーを追加する事が出来ます。
ここで当該リモートユーザーにいるユーザーを宛先に追加して投稿しても、その投稿は当該サーバー/ユーザーには届きません。

恐らく、届いていない/照会不可なノートに対するリプライが連合されてくることになり、元投稿が参照不可能なためリモート側でノートの生成に失敗していると推測します。(現状のMisskeyではリプライ元を空には出来ないため: #4863)

🥰 Expected Behavior

宛先に追加された投稿はリモート相手でも届く

🤬 Actual Behavior

届かない

📝 Steps to Reproduce

  1. ローカルユーザー向けor宛先無しでダイレクト投稿する
  2. その投稿のリプライとして、リモートユーザーを宛先に追加して投稿する

💻 Frontend Environment

* Model and OS of the device(s): any
* Browser: any
* Server URL: https://misskey.niri.la/ https://mi.yude.moe/
* Misskey: 2024.5.0-kinel.3, 2024.2.0

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@Sayamame-beans Sayamame-beans added the ⚠️bug? This might be a bug label Jun 23, 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
Projects
None yet
Development

No branches or pull requests

1 participant