@noppefoxwolf サーバーが平和な時はめったに使わないです!その中にDAWNの利用者1人でもいればいいほうかも。。
メール通知だと利用者はすぐには気付かないので、連続投稿の途中に通知いくと以降の投稿を控えてくれる程度の効果しかないです
実装しなくても困る人はほとんどいないですが、もし興味があるのなら、APIドキュメントは作っていないので代わりに通知Serializerと警告Serializer置きます
https://github.com/kmycode/mastodon/blob/kb_development/app/serializers/rest/notification_serializer.rb
https://github.com/kmycode/mastodon/blob/kb_development/app/serializers/rest/account_warning_serializer.rb
actionは列挙となっており、AccountWarningのaction定義に対応します
https://github.com/kmycode/mastodon/blob/kb_development/app/models/account_warning.rb
必要があればテストアカウントに警告出します