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

コントロールパネル→連合の"連合中"にブロック/配送停止中のサーバーを表示しないようにして欲しい #14272

Closed
1 task
tamaina opened this issue Jul 20, 2024 · 8 comments · Fixed by #14324
Assignees
Labels
✨Feature This adds/improves/enhances a feature

Comments

@tamaina
Copy link
Contributor

tamaina commented Jul 20, 2024

Summary

コントロールパネル→連合の"連合中"にブロック/配送停止中のサーバーを表示しないようにして欲しい

Cotrol Panel, Federation, Federating

Purpose

純粋に生きているサーバーを見たい

Do you want to implement this feature yourself?

  • Yes, I will implement this by myself and send a pull request
@tamaina tamaina added the ✨Feature This adds/improves/enhances a feature label Jul 20, 2024
@tai-cha
Copy link
Contributor

tai-cha commented Jul 20, 2024

要はこういう?

- state.value === 'federating' ? { federating: true }
+ state.value === 'federating' ? { federating: true, suspended: false, blocked: false }

@tamaina
Copy link
Contributor Author

tamaina commented Jul 20, 2024

subscribingとpublishingも同様にそうしてほしいわね

@tamaina
Copy link
Contributor Author

tamaina commented Jul 20, 2024

(API側の挙動でデフォルトがそうなって欲しい感じもちょっとするけどAPIの変更はやめたほうが良さそう

@tai-cha
Copy link
Contributor

tai-cha commented Jul 20, 2024

API側の取れる値的に絞り込みのクエリが複雑化しそうだったのでやるとしたらいったんこうな気がする

@tai-cha
Copy link
Contributor

tai-cha commented Jul 20, 2024

逆にこの変更があって困る人がいたらどういうときに困りそうかを挙げてほしい
(自分はあまり想像できてないので)

困らなそうな人はissueに 👍🏻でも押しといてもらえれば

@tai-cha
Copy link
Contributor

tai-cha commented Jul 21, 2024

あんまり困る人がいなさそうなためやるか

@tai-cha tai-cha self-assigned this Jul 21, 2024
@tai-cha
Copy link
Contributor

tai-cha commented Jul 21, 2024

(整合性を図るためにコンパネじゃないほうの連合でも同じように変更すると思います)

@tai-cha
Copy link
Contributor

tai-cha commented Jul 30, 2024

モデログとかの重いこと本格的にやる前にまずこれ片づけるか

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature
Projects
None yet
2 participants