-
-
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
コントロールパネル→連合の"連合中"にブロック/配送停止中のサーバーを表示しないようにして欲しい #14272
Labels
✨Feature
This adds/improves/enhances a feature
Comments
要はこういう? - state.value === 'federating' ? { federating: true }
+ state.value === 'federating' ? { federating: true, suspended: false, blocked: false } |
subscribingとpublishingも同様にそうしてほしいわね |
(API側の挙動でデフォルトがそうなって欲しい感じもちょっとするけどAPIの変更はやめたほうが良さそう |
API側の取れる値的に絞り込みのクエリが複雑化しそうだったのでやるとしたらいったんこうな気がする |
逆にこの変更があって困る人がいたらどういうときに困りそうかを挙げてほしい 困らなそうな人はissueに 👍🏻でも押しといてもらえれば |
あんまり困る人がいなさそうなためやるか |
(整合性を図るためにコンパネじゃないほうの連合でも同じように変更すると思います) |
モデログとかの重いこと本格的にやる前にまずこれ片づけるか |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
コントロールパネル→連合の"連合中"にブロック/配送停止中のサーバーを表示しないようにして欲しい
Cotrol Panel, Federation, Federating
Purpose
純粋に生きているサーバーを見たい
Do you want to implement this feature yourself?
The text was updated successfully, but these errors were encountered: