Add notes to /api/v1/accounts/:id/mute (#193)

This commit is contained in:
David Yip
2018-01-25 22:38:02 -06:00
parent 47ec2eff65
commit 27f8d2c739
5 changed files with 19 additions and 6 deletions

View File

@@ -93,6 +93,8 @@ module AccountInteractions
if mute.hide_notifications? != notifications
mute.update!(hide_notifications: notifications)
end
mute
end
def mute_conversation!(conversation)