mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
actions: Remove unused sessionToken: user.sessionId()
Follow-up to 8f5000f346
.
Bug: T289780
Change-Id: Id01b1901428dada420296cd599058092834143a9
This commit is contained in:
parent
d9fa26b4bc
commit
0a3665e5f0
BIN
resources/dist/index.js
vendored
BIN
resources/dist/index.js
vendored
Binary file not shown.
BIN
resources/dist/index.js.map.json
vendored
BIN
resources/dist/index.js.map.json
vendored
Binary file not shown.
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue