Split timeline_preview setting into more granular settings (#36338)
This commit is contained in:
@@ -98,7 +98,7 @@ RSpec.describe 'Public' do
|
||||
|
||||
context 'when the instance does not allow public preview' do
|
||||
before do
|
||||
Form::AdminSettings.new(timeline_preview: false).save
|
||||
Form::AdminSettings.new(local_live_feed_access: 'authenticated', remote_live_feed_access: 'authenticated').save
|
||||
end
|
||||
|
||||
it_behaves_like 'forbidden for wrong scope', 'profile'
|
||||
|
||||
Reference in New Issue
Block a user