Schema:SpecialMuteSubmit

PHP logging

EventLogging::logEvent( 'SpecialMuteSubmit', 20950073, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"SpecialMuteSubmit": 20950073
			}
		}
	}
}

JavaScript logging

mw.track( 'event.SpecialMuteSubmit', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 20950073
description"Logs actions taken on SpecialMute's form."
properties
emailsBefore
description"Initial state of 'Mute emails from this user'"
type"boolean"
requiredfalse
emailsAfter
description"Final state of 'Mute emails from this user'"
type"boolean"
requiredfalse
notificationsBefore
description"Initial state of 'Mute notifications from this user'"
type"boolean"
requiredfalse
notificationsAfter
description"Final state of 'Mute notifications from this user'"
type"boolean"
requiredfalse