mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 19:50:04 +05:00
fix forward mail with correct id
This commit is contained in:
parent
4242964139
commit
94f0ad985d
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user