Merge "actions: Remove unused sessionToken: user.sessionId()"

This commit is contained in:
jenkins-bot 2024-07-18 13:47:50 +00:00 committed by Gerrit Code Review
commit 191fffbb5f
4 changed files with 0 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -56,7 +56,6 @@ export function boot(
initiallyEnabled,
// This is only used for logging
isNavPopupsEnabled: config.get( 'wgPopupsConflictsWithNavPopupGadget' ),
sessionToken: user.sessionId(),
pageToken: user.getPageviewToken(),
page: {
url,

View file

@ -43,7 +43,6 @@ QUnit.test( '#boot', ( assert ) => {
type: actionTypes.BOOT,
initiallyEnabled: { page: false },
isNavPopupsEnabled: true,
sessionToken: '0123456789',
pageToken: '9876543210',
page: {
url: REFERRER,