0
0
Fork 0

Sanitize remote html in atom feeds, API (not just UI), use cached mention

relations on Status#mentions
This commit is contained in:
Eugen Rochko 2016-03-24 12:40:55 +01:00
parent 7cd3de3494
commit c8999a116e
6 changed files with 18 additions and 31 deletions

View file

@ -50,7 +50,7 @@ RSpec.describe Status, type: :model do
end
it 'returns mentioned accounts' do
subject.text = 'Hello @bob!'
subject.mentioned_accounts.create!(account: bob)
expect(subject.mentions).to include bob
end