Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are stored
This commit is contained in:
@ -35,10 +35,4 @@ RSpec.describe Follow, type: :model do
|
||||
expect(subject.target).to eq bob
|
||||
end
|
||||
end
|
||||
|
||||
describe '#mentions' do
|
||||
it 'is empty' do
|
||||
expect(subject.mentions).to be_empty
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user