Better individual scenes for documents
This commit is contained in:
@@ -69,6 +69,9 @@ export async function presentDocument(document, includeAtlas=false) {
|
||||
if (includeAtlas) {
|
||||
const atlas = await document.getAtlas();
|
||||
data.atlas = await presentAtlas(atlas, false);
|
||||
|
||||
const user = await document.getUser();
|
||||
data.user = await presentUser(user, false);
|
||||
}
|
||||
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user