mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
ApiEchoUnreadNotificationPages: Only count bundle bases
Change-Id: I6da4b72c7326dcf1354253aa98fdff8b82678ed8
This commit is contained in:
parent
b98392824d
commit
00c5e5ae25
|
@ -58,6 +58,7 @@ class ApiEchoUnreadNotificationPages extends ApiCrossWikiBase {
|
|||
array(
|
||||
'notification_user' => $this->getUser()->getId(),
|
||||
'notification_read_timestamp' => null,
|
||||
'notification_bundle_base' => 1,
|
||||
'event_page_id IS NOT NULL',
|
||||
),
|
||||
__METHOD__,
|
||||
|
|
Loading…
Reference in a new issue