Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - `app/controllers/follower_accounts_controller.rb`: Conflict due to upstream changing suspension logic while glitch-soc has an extra option to hide followers count. Ported upstream changes.
This commit is contained in:
		@@ -111,7 +111,7 @@ RSpec.describe Api::V1::Admin::AccountsController, type: :controller do
 | 
			
		||||
 | 
			
		||||
  describe 'POST #unsuspend' do
 | 
			
		||||
    before do
 | 
			
		||||
      account.touch(:suspended_at)
 | 
			
		||||
      account.suspend!
 | 
			
		||||
      post :unsuspend, params: { id: account.id }
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user