Skip to content

Commit

Permalink
Don't add recentPage to watchlist
Browse files Browse the repository at this point in the history
  • Loading branch information
zanhecht authored Nov 7, 2023
1 parent 836b559 commit 4d57007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2364,7 +2364,8 @@

recentPage.edit( {
contents: newRecentText,
summary: 'Adding [[' + newPage + ']] to list of recent AfC creations'
summary: 'Adding [[' + newPage + ']] to list of recent AfC creations',
watchlist: 'nochange'
} );
} );

Expand Down

0 comments on commit 4d57007

Please sign in to comment.