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, initiallyEnabled,
// This is only used for logging // This is only used for logging
isNavPopupsEnabled: config.get( 'wgPopupsConflictsWithNavPopupGadget' ), isNavPopupsEnabled: config.get( 'wgPopupsConflictsWithNavPopupGadget' ),
sessionToken: user.sessionId(),
pageToken: user.getPageviewToken(), pageToken: user.getPageviewToken(),
page: { page: {
url, url,

View file

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