Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/server/src/internals/server/enmeshed-middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ function createSetAttributesHandler(
to: [session.enmeshedId],
subject: 'Aktualisierung deines Lernstands',
body: 'Gratulation!\nDu hast den Kurs zum logistischen Wachstum erfolgreich absolviert. Bitte speichere den aktualisierten Lernstand.\nDein Serlo-Team',
bodyFormat: 'PlainText',
},
})

Expand Down Expand Up @@ -562,6 +563,7 @@ async function sendAttributesChangeRequest({
to: [relationship.peer],
subject: 'Dein Lernstand',
body: 'Hallo!\nBitte speichere deinen aktuellen Lernstand.\nDein Serlo-Team',
bodyFormat: 'PlainText',
},
})

Expand Down
Loading