mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-06 00:49:47 +00:00
5c4993832e
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. |
||
---|---|---|
.. | ||
ConfigControllerTest.php | ||
EntryControllerTest.php | ||
ExportControllerTest.php | ||
FeedControllerTest.php | ||
IgnoreOriginInstanceRuleControllerTest.php | ||
SecurityControllerTest.php | ||
SettingsControllerTest.php | ||
SiteCredentialControllerTest.php | ||
StaticControllerTest.php | ||
TagControllerTest.php |