Fix: Don't send notifications for autosave events

This commit is contained in:
Tom Moor
2019-04-17 21:55:11 -07:00
parent 77f28584d4
commit 5b34a4f076
4 changed files with 15 additions and 1 deletions

View File

@ -615,6 +615,7 @@ router.post('documents.update', auth(), async ctx => {
collectionId: document.collectionId,
teamId: document.teamId,
actorId: user.id,
autosave,
});
}