|
|
@ -708,7 +708,8 @@
|
|
|
|
multiSelectMode: conversation && conversation.selectedMessages.size > 0,
|
|
|
|
multiSelectMode: conversation && conversation.selectedMessages.size > 0,
|
|
|
|
isPublic: !!this.get('isPublic'),
|
|
|
|
isPublic: !!this.get('isPublic'),
|
|
|
|
isRss: !!this.get('isRss'),
|
|
|
|
isRss: !!this.get('isRss'),
|
|
|
|
isKickedFromGroup: conversation.get('isKickedFromGroup'),
|
|
|
|
isKickedFromGroup:
|
|
|
|
|
|
|
|
conversation && conversation.get('isKickedFromGroup'),
|
|
|
|
senderIsModerator:
|
|
|
|
senderIsModerator:
|
|
|
|
!!this.get('isPublic') &&
|
|
|
|
!!this.get('isPublic') &&
|
|
|
|
conversation &&
|
|
|
|
conversation &&
|
|
|
|