From 8e52e07f3b370917c70ce11a8938dab568fb274b Mon Sep 17 00:00:00 2001 From: canonnizq Date: Mon, 23 Dec 2024 10:25:51 +0800 Subject: [PATCH] block: tick autoblock and nocreate by default for blocknotalk --- modules/twinkleblock.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/twinkleblock.js b/modules/twinkleblock.js index 49b410e9b..babac1021 100644 --- a/modules/twinkleblock.js +++ b/modules/twinkleblock.js @@ -994,7 +994,9 @@ Twinkle.block.blockPresetsInfo = { suppressArticleInSummary: true }, 'uw-blocknotalk': { + autoblock: true, disabletalk: true, + nocreate: true, pageParam: true, reasonParam: true, summary: 'You have been blocked from editing and your user talk page access has been disabled',