Mooeypoo has uploaded a new change for review. https://gerrit.wikimedia.org/r/312112
Change subject: Followup I67bcc4b34: Update call to global seenTime ...................................................................... Followup I67bcc4b34: Update call to global seenTime Bug: T146324 Change-Id: Ib941af5c6964cdf300b22f3572d9df87bea9522c --- M resources/mobile.notifications.overlay/NotificationsOverlay.js 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/12/312112/1 diff --git a/resources/mobile.notifications.overlay/NotificationsOverlay.js b/resources/mobile.notifications.overlay/NotificationsOverlay.js index 8b58a56..8c516d8 100644 --- a/resources/mobile.notifications.overlay/NotificationsOverlay.js +++ b/resources/mobile.notifications.overlay/NotificationsOverlay.js @@ -86,7 +86,7 @@ // Populate notifications wrapperWidget.populate() .then( this.setDoneLoading.bind( this ) ) - .then( this.controller.updateLocalSeenTime.bind( this.controller ) ) + .then( this.controller.updateSeenTime.bind( this.controller ) ) .then( this.setBadgeSeen.bind( this ) ) .then( this.checkShowMarkAllRead.bind( this ) ); }; -- To view, visit https://gerrit.wikimedia.org/r/312112 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib941af5c6964cdf300b22f3572d9df87bea9522c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Mooeypoo <mor...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits