|
|
@ -567,8 +567,7 @@
|
|
|
|
const conversation = this.getConversation();
|
|
|
|
const conversation = this.getConversation();
|
|
|
|
|
|
|
|
|
|
|
|
const isModerator =
|
|
|
|
const isModerator =
|
|
|
|
conversation &&
|
|
|
|
conversation && !!conversation.isModerator(phoneNumber);
|
|
|
|
!!conversation.isModerator(textsecure.storage.user.getNumber());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const convoId = conversation ? conversation.id : undefined;
|
|
|
|
const convoId = conversation ? conversation.id : undefined;
|
|
|
|
const isGroup = !!conversation && !conversation.isPrivate();
|
|
|
|
const isGroup = !!conversation && !conversation.isPrivate();
|
|
|
|