Remove statuses from antenna timeline when blocked

This commit is contained in:
KMY 2023-08-20 11:43:19 +09:00
parent e336542063
commit 21e590c02b
4 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
Fabricator(:antenna) do
account { Fabricate.build(:account) }
title 'MyString'
list_id 0
end