Added private field to documents

This commit is contained in:
Jori Lallo
2016-05-25 22:47:31 -07:00
parent a86a7b2c76
commit 717c55e173
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ export async function presentDocument(document, includeAtlas=false) {
const data = {
id: document.id,
url: document.buildUrl(),
private: document.private,
title: document.title,
text: document.text,
html: document.html,