mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 18:52:36 +10:00
feat: keep track of page contributors (#959)
* WIP * feat: store and retrieve page contributors
This commit is contained in:
@ -46,6 +46,7 @@ export class PageController {
|
||||
includeContent: true,
|
||||
includeCreator: true,
|
||||
includeLastUpdatedBy: true,
|
||||
includeContributors: true,
|
||||
});
|
||||
|
||||
if (!page) {
|
||||
@ -93,7 +94,7 @@ export class PageController {
|
||||
}
|
||||
|
||||
return this.pageService.update(
|
||||
updatePageDto.pageId,
|
||||
page,
|
||||
updatePageDto,
|
||||
user.id,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user