aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Consumer/AMPQ/PocketConsumer.php
Commit message (Collapse)AuthorAgeFilesLines
* Send every imported item to the queueJeremy Benoist2016-09-111-0/+63
Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it.