25 if (!Loader::includeModule(
'im'))
30 if (empty($recipientIds))
36 foreach ($recipientIds as $recipientId)
38 $recipientNames[] = $this->
getName($this->senderId, $recipientId, $this->collabId);
43 $userNames = implode(
', ', $recipientNames);
44 $senderName = $this->
getName($this->senderId, $this->senderId, $this->collabId);
47 'SOCIALNETWORK_COLLAB_CHAT_USER_EXCLUDE' . $this->
getGenderSuffix($this->senderId),
49 '#SENDER_NAME#' => $senderName,
50 '#RECIPIENT#' => $userNames,