diff --git a/server/models/Notification.ts b/server/models/Notification.ts index 67da3fec1..9c27c9907 100644 --- a/server/models/Notification.ts +++ b/server/models/Notification.ts @@ -56,6 +56,13 @@ import Fix from "./decorators/Fix"; }, ], }, + withUser: { + include: [ + { + association: "user", + }, + ], + }, })) @DefaultScope(() => ({ include: [