On reply, set from field to the received email to field #1805

This commit is contained in:
the-djmaze 2024-10-23 01:27:29 +02:00
parent f0b3d798bc
commit 534b71e5a4
2 changed files with 11 additions and 4 deletions

View file

@ -3,10 +3,6 @@ import { EmailModel } from 'Model/Email';
import { addObservablesTo, addComputablesTo } from 'External/ko';
export class IdentityModel extends EmailModel /*AbstractModel*/ {
/**
* @param {string} id
* @param {string} email
*/
constructor() {
super();