Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
		@@ -124,9 +124,9 @@ RSpec.describe NotifyService, type: :service do
 | 
			
		||||
      is_expected.to change(Notification, :count)
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    it 'hides reblogs when disabled' do
 | 
			
		||||
      recipient.follow!(sender, reblogs: false)
 | 
			
		||||
      is_expected.to_not change(Notification, :count)
 | 
			
		||||
    it 'shows reblogs when disabled' do
 | 
			
		||||
      recipient.follow!(sender, reblogs: true)
 | 
			
		||||
      is_expected.to change(Notification, :count)
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user