You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
convert the updated field in DocumentOutput to a Vec<(EntryHashB64, Document)> of the hashes and the content of earlier versions of the document. Additionally the returned Vec<Sections> will need to become Vec<(Sections,Vec<(EntryHashB64, Section)>) so that we can display the history of the sections too. Perhaps we should instead have a separate zome call to return this history information if it's requested for a specific document.
updatedfield inDocumentOutputto aVec<(EntryHashB64, Document)>of the hashes and the content of earlier versions of the document. Additionally the returnedVec<Sections>will need to becomeVec<(Sections,Vec<(EntryHashB64, Section)>)so that we can display the history of the sections too. Perhaps we should instead have a separate zome call to return this history information if it's requested for a specific document.