Skip to content

Commit

Permalink
Change markTalkbackAsMinor to default to off
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamRimmer authored Nov 7, 2024
1 parent 4a07910 commit 69a67a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twinkle.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Twinkle.defaultConfig = {
customWelcomeSignature: true,

// Talkback
markTalkbackAsMinor: true,
markTalkbackAsMinor: false,
insertTalkbackSignature: true, // always sign talkback templates
talkbackHeading: 'New message from ' + mw.config.get('wgUserName'),
mailHeading: "You've got mail!",
Expand Down

0 comments on commit 69a67a8

Please sign in to comment.