Cleaning up format of broadcast real-time messages, removing
redis-backed "mentions" timeline as redundant (given notifications)
This commit is contained in:
parent
1da0ce5c7c
commit
d9ca46b464
17 changed files with 26 additions and 110 deletions
|
@ -26,10 +26,6 @@ RSpec.describe FanOutOnWriteService do
|
|||
expect(Feed.new(:home, follower).get(10).map(&:id)).to include status.id
|
||||
end
|
||||
|
||||
it 'delivers status to mentioned users' do
|
||||
expect(Feed.new(:mentions, alice).get(10).map(&:id)).to include status.id
|
||||
end
|
||||
|
||||
it 'delivers status to hashtag' do
|
||||
expect(Tag.find_by!(name: 'test').statuses.pluck(:id)).to include status.id
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue