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

あるサーバーから流れてくるメディアをすべて閲覧注意に出来るようにしたい #13621

Closed
1 task
Sayamame-beans opened this issue Mar 24, 2024 · 3 comments · Fixed by #13842
Labels
[Feat] ControlPanel Issues related to existing functionality, such as bugs or adding small features. ✨Feature This adds/improves/enhances a feature 👮Moderation Issues to monitor server users and content and maintain public safety.

Comments

@Sayamame-beans
Copy link
Member

Sayamame-beans commented Mar 24, 2024

Summary

ロールには"ファイルにNSFWを常に付与"という設定があり、当該ロールを付与したユーザーが投稿した全てのファイルに閲覧注意を付与することが出来ます。これはユーザーに対するサイレンス(パブリック投稿の禁止)と同時に適用するか、或いは閲覧注意付与だけを使う(テキスト投稿には問題が無いのでパブリック投稿を禁止しない)ケースもあります。
これは個人単位で付与するロール権限であるため、調整が容易です。

同様に、サーバー全体に対するモデレーションの場合でも、パブリック投稿の禁止と同時に閲覧注意の付与も行いたかったり、パブリック投稿は制限しなくても良いが閲覧注意の強制付与は行いたかったりすることがあります。
しかし、現状の"サーバーサイレンス"で行われるのはパブリック投稿の禁止と強制フォローリクエスト化のみであり(Related: #13620)、投稿されるファイルへの閲覧注意付与に関するモデレーション操作は存在しません。
そのため、"サーバーサイレンス"とは別で、サーバー単位で閲覧注意を強制的に付与するようにするオプションも欲しいと思います。

少し類似: #11235

Purpose

モデレーションに必要

Do you want to implement this feature yourself?

  • Yes, I will implement this by myself and send a pull request
@Sayamame-beans Sayamame-beans added the ✨Feature This adds/improves/enhances a feature label Mar 24, 2024
@Sayamame-beans Sayamame-beans changed the title サーバーサイレンスを行っているサーバーから流れてくるメディアはすべて閲覧注意にしてほしい サーバーサイレンスを適用しているサーバーから流れてくるメディアはすべて閲覧注意にしてほしい Mar 24, 2024
@t1nyb0x t1nyb0x moved this to Triage in [FEATURE] Admin Mar 28, 2024
@Sayamame-beans Sayamame-beans changed the title サーバーサイレンスを適用しているサーバーから流れてくるメディアはすべて閲覧注意にしてほしい あるサーバーから流れてくるメディアをすべて閲覧注意に出来るようにしたい May 17, 2024
@Sayamame-beans
Copy link
Member Author

サーバーサイレンスで行われる"パブリック投稿の禁止"と、要望していた"閲覧注意付与"は独立したモデレーションとして適用したいという需要が生まれたので、投稿内容を調整しました。

@Sayamame-beans
Copy link
Member Author

これを適用する場合、そのサーバーのユーザーのアイコンやバナーの解除+変更不可も一緒に行うべきであることに気付きました。
また、このissue(特定サーバーの全メディアに閲覧注意付与)の範囲内かどうか分かりませんが、リモートのカスタム絵文字に対するモデレーションが必要なケースもあることを認識したので、文中でカスタム絵文字を表示出来ないように(相手のローカル限定絵文字であるように振る舞う)したり、リアクションされた場合は"いいね"に変換するなどの処理も欲しいです。

@Sayamame-beans
Copy link
Member Author

これを適用する場合、そのサーバーのユーザーのアイコンやバナーの解除+変更不可も一緒に行うべきであることに気付きました。

13842では実装されていないものの、必須かどうかと言われると微妙ですね…(個人単位では解除出来るので、それでギリギリ足りる…?)

@github-project-automation github-project-automation bot moved this from Triage to Done in [FEATURE] Admin Jul 30, 2024
@samunohito samunohito added the 👮Moderation Issues to monitor server users and content and maintain public safety. label Nov 27, 2024
@samunohito samunohito added the [Feat] ControlPanel Issues related to existing functionality, such as bugs or adding small features. label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feat] ControlPanel Issues related to existing functionality, such as bugs or adding small features. ✨Feature This adds/improves/enhances a feature 👮Moderation Issues to monitor server users and content and maintain public safety.
Projects
No open projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants