Move edit_history to off-chain worker
subsocialdev opened this issue · 0 comments
subsocialdev commented
We should store an edit history in offchain.
Blogs and Posts should not accumulate edit history information.
Let's more this info to the local storage of offchain worker:
pub edit_history: Vec<BlogHistoryRecord<T>>