Summary
Special:Mute is not marked as performing writes, so causes TransactionProfiler warnings when a user mutes or unmutes another user
Background
- Example logstash log showing this issue
- Special pages need to be marked as performing writes otherwise they are marked as nonwrite-POST for the TransactionProfiler
- Marking the special page as performing writes should fix the TransactionProfiler warnings seen for this special page
Acceptance criteria
- TransactionProfiler warnings are no longer created when using Special:Mute