mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
@@ -209,7 +209,7 @@
|
||||
|
||||
recipients = vm.message.editable[field];
|
||||
|
||||
if (contact.$isList()) {
|
||||
if (contact.$isList({expandable: true})) {
|
||||
// If the list's members were already fetch, use them
|
||||
if (angular.isDefined(contact.refs) && contact.refs.length) {
|
||||
_.forEach(contact.refs, function(ref) {
|
||||
|
||||
Reference in New Issue
Block a user