fix: priority fix for send email
This commit is contained in:
parent
7e73017d3f
commit
407cfa67ef
|
|
@ -58,7 +58,8 @@ export async function digestEmailWorkflow({
|
|||
toSend.length === 1
|
||||
? toSend[0].title
|
||||
: `[Postiz] Your latest notifications`,
|
||||
toSend.map((p) => p.message).join('<br/>')
|
||||
toSend.map((p) => p.message).join('<br/>'),
|
||||
'bottom'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue