wallabag/src/Wallabag/CoreBundle/Command
Jeremy Benoist 5c4993832e
Fix tagging rule match when user a custom reading speed
By default, we assume the reading speed is 200 word per minute (WPM) when we save an entry.
User can change that value in the config and the rendering is properly performed with the user reading speed.
BUT, when the matching rule is applied, it uses the default reading time defined in the entry without applying the custom reading speed of the user.
This should fix that bug.

Also update the `wallabag:tag:all` to fix the bug when tagging all entries.
2022-03-02 19:12:33 +01:00
..
CleanDownloadedImagesCommand.php Compare full list to full list 2020-12-16 17:45:28 +01:00
CleanDuplicatesCommand.php Update deps 2019-11-12 14:18:58 +01:00
ExportCommand.php php-cs-fixer 2018-09-05 14:25:32 +02:00
GenerateUrlHashesCommand.php Added a query to parse only non-hashed URL 2020-12-20 09:23:59 +01:00
InstallCommand.php Add default system-wide ignore origin rules with install support 2020-04-25 15:59:23 +02:00
ListUserCommand.php php-cs-fixer 2018-09-05 14:25:32 +02:00
ReloadEntryCommand.php php-cs-fixer 2018-09-05 14:25:32 +02:00
ShowUserCommand.php Update deps 2019-11-12 14:18:58 +01:00
TagAllCommand.php Fix tagging rule match when user a custom reading speed 2022-03-02 19:12:33 +01:00