Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

clear the lastAccessedTime for all tags when clearing history #3620

Merged
merged 1 commit into from
Aug 31, 2016

Conversation

bridiver
Copy link
Collaborator

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Ran git rebase -i to squash commits if needed.

fixes #3616

@@ -252,7 +252,12 @@ module.exports.cleanAppData = (data, isShutdown) => {
if (data.sites) {
const clearHistory = isShutdown && getSetting(settings.SHUTDOWN_CLEAR_HISTORY) === true
if (clearHistory) {
// TODO - this should the history methods from siteUtils
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't understand this todo, maybe missing a word use

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's hard to form complete sentences sometimes

@bsclifton
Copy link
Member

Great catch @bridiver 😄

@bbondy
Copy link
Member

bbondy commented Aug 31, 2016

++ for 0.11.7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bookmarked pages not deleted from history after restarting
5 participants