Change notification requests to only count mentions (#31322)
This commit is contained in:
parent
fc964c9bfd
commit
af2aec1a82
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ RSpec.describe NotificationRequest do
|
|||
|
||||
context 'when there are remaining notifications' do
|
||||
before do
|
||||
Fabricate(:notification, account: subject.account, activity: Fabricate(:status, account: subject.from_account), filtered: true)
|
||||
Fabricate(:notification, account: subject.account, activity: Fabricate(:status, account: subject.from_account), filtered: true, type: :mention)
|
||||
subject.reconsider_existence!
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue