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
一部の通知(「フォローが受理された」、「アンケートが終了」)がローカル上に登録されたリモートユーザーに対して行われていますが不要かと思われます。
例えば「リアクション」通知の場合はローカルユーザーのみの通知になっています。
misskey/packages/backend/src/core/ReactionService.ts
Lines 246 to 252 in 2ff90a8
一方で「アンケートが終了」通知の場合はそうはなっていません。
misskey/packages/backend/src/queue/processors/EndedPollNotificationProcessorService.ts
Lines 47 to 53 in 2ff90a8
通知はローカル上のリモートユーザーに対して行われない
一部の通知(「フォローが受理された」、「アンケートが終了」)がローカル上のリモートユーザーに対して行われている
No response
* Installation Method or Hosting Service: * Misskey: 2024.3.1 * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
💡 Summary
一部の通知(「フォローが受理された」、「アンケートが終了」)がローカル上に登録されたリモートユーザーに対して行われていますが不要かと思われます。
例えば「リアクション」通知の場合はローカルユーザーのみの通知になっています。
misskey/packages/backend/src/core/ReactionService.ts
Lines 246 to 252 in 2ff90a8
一方で「アンケートが終了」通知の場合はそうはなっていません。
misskey/packages/backend/src/queue/processors/EndedPollNotificationProcessorService.ts
Lines 47 to 53 in 2ff90a8
🥰 Expected Behavior
通知はローカル上のリモートユーザーに対して行われない
🤬 Actual Behavior
一部の通知(「フォローが受理された」、「アンケートが終了」)がローカル上のリモートユーザーに対して行われている
📝 Steps to Reproduce
No response
💻 Frontend Environment
No response
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: