This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCall prune when synopsis is saved #11482
Closed
Milestone
Comments
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Oct 30, 2017
Resolves brave#11482 Auditors: Test Plan:
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Oct 30, 2017
Resolves brave#11482 Auditors: Test Plan:
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Oct 31, 2017
Resolves brave#11482 Auditors: Test Plan:
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Oct 31, 2017
Resolves brave#11482 Auditors: Test Plan:
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Oct 31, 2017
Resolves brave#11482 Auditors: Test Plan:
bsclifton
added a commit
that referenced
this issue
Oct 31, 2017
Adds prune (clean up) to the ledger code
bsclifton
added a commit
that referenced
this issue
Oct 31, 2017
Adds prune (clean up) to the ledger code
bsclifton
added a commit
that referenced
this issue
Oct 31, 2017
Adds prune (clean up) to the ledger code
bsclifton
added a commit
that referenced
this issue
Oct 31, 2017
Adds prune (clean up) to the ledger code
syuan100
added a commit
to syuan100/browser-laptop
that referenced
this issue
Nov 9, 2017
Resolves brave#11482 Auditors: Test Plan:
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
When we save synopsis in user state we need to save it as
Immutable.fromJS(synopsis.toJSON())so thatsynopsis.prune()is called.