Moved document matching to use urlId to prevent issues with renamed documents
This commit is contained in:
@ -17,6 +17,7 @@ async function present(ctx: Object, document: Document, options: ?Options) {
|
||||
const data = {
|
||||
id: document.id,
|
||||
url: document.getUrl(),
|
||||
urlId: document.urlId,
|
||||
private: document.private,
|
||||
title: document.title,
|
||||
text: document.text,
|
||||
|
Reference in New Issue
Block a user