isMute method

bool isMute()

Implementation

bool isMute() {
  return this.conversation.mute;
}