Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@@ -35,7 +35,7 @@ describe StatusThreadingConcern do
|
||||
end
|
||||
|
||||
it 'does not return conversation history from silenced and not followed users' do
|
||||
jeff.update(silenced: true)
|
||||
jeff.silence!
|
||||
expect(reply3.ancestors(4, viewer)).to_not include(reply1)
|
||||
end
|
||||
|
||||
@@ -110,7 +110,7 @@ describe StatusThreadingConcern do
|
||||
end
|
||||
|
||||
it 'does not return replies from silenced and not followed users' do
|
||||
jeff.update(silenced: true)
|
||||
jeff.silence!
|
||||
expect(status.descendants(4, viewer)).to_not include(reply3)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user