djmaze 2020-09-24 15:08:57 +02:00
parent d291716489
commit 4257d9ca78
8 changed files with 16 additions and 37 deletions

View file

@ -211,7 +211,7 @@ class FilterModel extends AbstractModel {
}
setRecipients() {
this.actionValueFourth(AccountStore.accountsEmails().join(', '));
this.actionValueFourth(AccountStore.getEmailAddresses().join(', '));
}
parse(json) {