Method: Redd::Models::ModMail::Conversation#mute

Defined in:
lib/redd/models/mod_mail.rb

#muteObject

Mute this conversation.



61
62
63
# File 'lib/redd/models/mod_mail.rb', line 61

def mute
  perform_action(:post, 'mute')
end