mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
Import: we now skip messages when user is null
This commit is contained in:
parent
48be826ea9
commit
b45b6b6707
3 changed files with 6 additions and 3 deletions
|
@ -46,7 +46,8 @@ abstract class AbstractConsumer
|
|||
if (null === $user) {
|
||||
$this->logger->warning('Unable to retrieve user', ['entry' => $storedEntry]);
|
||||
|
||||
return false;
|
||||
// return true to skip message
|
||||
return true;
|
||||
}
|
||||
|
||||
$this->import->setUser($user);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue