mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
Add filters for suspended accounts
This commit is contained in:
@@ -5,8 +5,7 @@ class Settings::PreferencesController < ApplicationController
|
||||
|
||||
before_action :authenticate_user!
|
||||
|
||||
def show
|
||||
end
|
||||
def show; end
|
||||
|
||||
def update
|
||||
current_user.settings(:notification_emails).follow = user_params[:notification_emails][:follow] == '1'
|
||||
|
||||
Reference in New Issue
Block a user