mirror of
https://github.com/outline/outline.git
synced 2026-02-14 06:48:56 -06:00
fix: Regression in 763dd28829
This commit is contained in:
@@ -117,7 +117,11 @@ export default async function documentUpdater(
|
||||
|
||||
await Event.createFromContext(ctx, event);
|
||||
} else if (done) {
|
||||
await Event.schedule(event);
|
||||
await Event.schedule({
|
||||
...event,
|
||||
actorId: user.id,
|
||||
teamId: document.teamId,
|
||||
});
|
||||
}
|
||||
|
||||
if (document.title !== previousTitle) {
|
||||
|
||||
Reference in New Issue
Block a user