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
https://mewl.me で、mstdn.jp / pawoo.net / ... に投稿を配信したとき、一部の削除済みユーザーのInboxから410 Goneが返ってくるため、それらサーバー宛の配送が停止される
アカウント単位では削除されているが、全体では稼働中であるため、停止されない
misskey/packages/backend/src/queue/processors/DeliverProcessorService.ts
Lines 124 to 132 in a561b83
console.log('makeSuspended', host, job.data.to);
makeSuspended mstdn.jp https://mstdn.jp/users/<ユーザー名>/inbox
のように出力される (該当ユーザは削除済み)
不明
Misskey version: v13.10.3 (当該サーバーはv8.33.xあたりから稼動している) Your OS: Ubuntu Server 22.04
The text was updated successfully, but these errors were encountered:
userテーブル内sharedInboxがnullになっている場合、inboxのURLへ配信をするが、その場合でもjob.data.isSharedInboxはtrueである ということのようです
sharedInbox
null
inbox
job.data.isSharedInbox
true
Sorry, something went wrong.
恐らく、ここの式の===は!=じゃないといけなかったかもしれない
misskey/packages/backend/src/core/activitypub/ApDeliverManagerService.ts
Line 189 in a561b83
59d0d50
No branches or pull requests
💡 Summary
https://mewl.me で、mstdn.jp / pawoo.net / ... に投稿を配信したとき、一部の削除済みユーザーのInboxから410 Goneが返ってくるため、それらサーバー宛の配送が停止される
🥰 Expected Behavior
アカウント単位では削除されているが、全体では稼働中であるため、停止されない
🤬 Actual Behavior
misskey/packages/backend/src/queue/processors/DeliverProcessorService.ts
Lines 124 to 132 in a561b83
console.log('makeSuspended', host, job.data.to);
でのように出力される (該当ユーザは削除済み)
📝 Steps to Reproduce
不明
📌 Environment
Misskey version: v13.10.3 (当該サーバーはv8.33.xあたりから稼動している)
Your OS: Ubuntu Server 22.04
The text was updated successfully, but these errors were encountered: