fix tests

pull/1074/head
Audric Ackermann 6 years ago
parent 6d6f4a00e4
commit 6848eb975a
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -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 &&

Loading…
Cancel
Save