https://bugzilla.wikimedia.org/show_bug.cgi?id=46046

--- Comment #1 from Sam Reed (reedy) <[email protected]> ---
Looks like the code only saves the user_id, so pretty much any action where
it's 0, it should be ignored/skipped/whatever, as there's no way to
differentiate between anon/non existent users...


In the maintenance script:
                $userId = intval( $row->eeb_user_id );
                if ( $userId && $userId > $startUserId ) {
                    $emailBatch = MWEchoEmailBatch::newFromUserId( $userId );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to