Added private
field to documents
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user