mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 09:55:09 +00:00
@@ -832,7 +832,7 @@
|
||||
Component.prototype.addAttendee = function(card) {
|
||||
var _this = this, attendee, list, url, params;
|
||||
if (card) {
|
||||
if (card.$isList() && card.isGroup !== 1) {
|
||||
if (card.$isList({expandable: true})) {
|
||||
// Decompose list members
|
||||
list = Component.$Card.$find(card.container, card.c_name);
|
||||
list.$id().then(function(listId) {
|
||||
|
||||
Reference in New Issue
Block a user