Matthias Mullie has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/214049

Change subject: Only import unread LQT notifications
......................................................................

Only import unread LQT notifications

Bug: T98996
Change-Id: I3920c8dfb5e4d5a7f2d74799daca26d202552e4c
---
M includes/Import/Postprocessor/LqtNotifications.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/49/214049/1

diff --git a/includes/Import/Postprocessor/LqtNotifications.php 
b/includes/Import/Postprocessor/LqtNotifications.php
index 148644e..a04fa25 100644
--- a/includes/Import/Postprocessor/LqtNotifications.php
+++ b/includes/Import/Postprocessor/LqtNotifications.php
@@ -97,6 +97,7 @@
                );
                $it->addConditions( array(
                        'ums_conversation' => $activeThreadId,
+                       'ums_read_timestamp' => null,
                ) );
 
                // flatten result into a stream of rows

-- 
To view, visit https://gerrit.wikimedia.org/r/214049
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3920c8dfb5e4d5a7f2d74799daca26d202552e4c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to