|
|
@@ -15,7 +15,7 @@ export class ContactItem {
|
|
|
this.data = props;
|
|
|
this.hash = props.hash;
|
|
|
this.id = props.id;
|
|
|
- this.canSendFromAddrs = props.canSendFromAddrs || false;
|
|
|
+ this.canSendFromAddrs = props.canSendFromAddrs || [];
|
|
|
this.addrs = props.addrs || [];
|
|
|
this.groups = props.groups || [];
|
|
|
this.names = props.names || [];
|