-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: サーバーサイレンス機能を追加 #12031
feat: サーバーサイレンス機能を追加 #12031
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #12031 +/- ##
===========================================
+ Coverage 79.08% 79.35% +0.26%
===========================================
Files 174 930 +756
Lines 22706 99219 +76513
Branches 485 8095 +7610
===========================================
+ Hits 17957 78735 +60778
- Misses 4749 20484 +15735
☔ View full report in Codecov by Sentry. |
$ cd packages/misskey-js
$ pnpm build
$ pnpm api でAPI Extractorを回してください(Checkが通るようになります)🙏 |
Lintも落ちてるので書式の方も修正が必要そうです…🙏 https://github.com/misskey-dev/misskey/actions/runs/6516341356/job/17699763572?pr=12031 https://github.com/misskey-dev/misskey/actions/runs/6516341356/job/17699763448?pr=12031 ここにどのファイルの何がいけないのかが載っているのでそれを参考に書式を正してください(VSCodeの場合はeslint拡張機能を入れるのもアリ) |
ここまでにあげられたものは全て修正したと思われます...🙏 |
「フォローが飛んでくると全てフォローリクエストになる状態」であればサイレンスという名称は合ってない気がするわね |
実装漏れありました |
🙏🏻 🙏🏻 |
@mattyatea (英語ストリングが含まれているので以下を英語で書きます。) FYI: If you modify locale files other than the japanese one outside of Crowdin (e.g. in a PR like this), those translations will not actually show up on Crowdin, and be overwritten by those written on Crowdin later on. Instead, if you'd like to provide translations for those, it would be better if you first waited for the PR to be merged, and then supplied the translations on Crowdin yourself. (Context: I manage the english and german translations of Misskey.) |
This reverts commit 5efd01b.
What
サーバーサイレンス機能が追加されました。
サーバーサイレンスされたサーバーからフォローが飛んでくると全てフォローリクエストになります。
サーバー側
クライアント側
Why
無差別フォローなどの問題に柔軟に対応できるようにという意図です。
Additional info (optional)
Checklist