fix tests (the recorded Salmon fixture expects LOCAL_DOMAIN to be something
specific unfortunately)
env:
global:
- - LOCAL_DOMAIN=example.com
- - LOCAL_HTTPS=false
+ - LOCAL_DOMAIN=cb6e6126.ngrok.io
+ - LOCAL_HTTPS=true
+ - RAILS_ENV=test
addons:
postgresql: 9.4
# Deliver to local followers
status.account.followers.each do |follower|
- next if (status.reply? && !follower.following?(replied_to_user)) || !follower.local?
+ next if (status.reply? && !(follower.id = replied_to_user.id || follower.following?(replied_to_user))) || !follower.local?
push(:home, follower.id, status)
end
= link_to url_for_target(account) do
%span.display_name= display_name(account)
%span.username= "@#{account.acct}"
- %p.note= truncate(account.note, length: 124)
+ %p.note= truncate(account.note, length: 150)