編集も承認が必要になるべきです

編集を管理者またはモデレータに承認させることは可能ですか?

現在、TL(トランスペアレンシーレベル)が 3 未満の場合はモデレータの承認が必要となっています。最初の投稿では問題なく機能していますが、ユーザーが投稿し、モデレータが承認した後、ユーザーはその投稿を制限なく自由に編集できてしまいます。その後、再度の承認は必要ありません。

この機能の追加についてご意見はありますか?現在のモデレーション/承認機能において、これはかなり大きな欠陥だと考えています。この隙間により、ユーザーは最初の投稿が承認された後、無制限に何でも書けてしまうことになります。

You could turn off trust level of time settings allowing editing.

The settings you want to look at are

editing grace period

For (n) seconds after posting, editing will not create a new version in the post history.

and

post edit time limit

The author can edit or delete their post for (n) minutes after posting. Set to 0 for forever.

「いいね!」 2

@pfaffman

I’m not following, which parameter are you recommending? Would this stop users from editing posts however?

Search site settings for ‘edit’. There are settings controlling who and for how long you can edit a post.

@pfaffman

I do see those however that doesn’t necessarily hit the root issue. Users should be able to edit their posts however a new moderation item such as: post edited should require mod approval.

「いいね!」 1

Warning, I built a system similar to this at Stack Overflow and it took multiple months to get all the polish right. It was pretty large scale and involved anonymous edits as well, so it may be a bit bigger than what a basic plugin needs.

We are not particularly keen about adding this to core for now, but it can be a plugin for sure and core should provide the extensibility require to implement it.

「いいね!」 9

Thanks @sam

I started exploring pluginirizing it last night, I’ll take that approach.