From d968c899b5a8860ac27141462d535a434f5b842b Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 17 Apr 2017 16:06:39 -0400 Subject: [PATCH] Add muting of threads. // FREEBIE --- Signal/src/ViewControllers/MessagesViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Signal/src/ViewControllers/MessagesViewController.m b/Signal/src/ViewControllers/MessagesViewController.m index 26d60f96a..ce0eb5775 100644 --- a/Signal/src/ViewControllers/MessagesViewController.m +++ b/Signal/src/ViewControllers/MessagesViewController.m @@ -960,6 +960,7 @@ typedef enum : NSUInteger { { NSMutableAttributedString *subtitleText = [NSMutableAttributedString new]; if (self.thread.isMuted) { + // Show a "mute" icon before the navigation bar subtitle if this thread is muted. [subtitleText appendAttributedString:[[NSAttributedString alloc] initWithString:@"\ue067 "