Add muting of threads.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent 2ca122f579
commit d968c899b5

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

Loading…
Cancel
Save