fix forward mail with correct id

This commit is contained in:
defnax 2026-07-20 20:29:17 +02:00
parent 4242964139
commit 94f0ad985d

View File

@ -148,7 +148,7 @@ const Layout = () => {
}
}
if (msgType === 'reply' || msgType === 'replyAll') {
if (msgType === 'reply' || msgType === 'replyAll' || msgType === 'forward') {
Data.identity = Data.ownId.filter((id) =>
Object.prototype.hasOwnProperty.call(recipientList, id)
)[0];