mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Add notes to /api/v1/accounts/:id/mute (#193)
This commit is contained in:
@@ -93,6 +93,8 @@ module AccountInteractions
|
||||
if mute.hide_notifications? != notifications
|
||||
mute.update!(hide_notifications: notifications)
|
||||
end
|
||||
|
||||
mute
|
||||
end
|
||||
|
||||
def mute_conversation!(conversation)
|
||||
|
||||
Reference in New Issue
Block a user