소스 검색

Fix type mismatch (#12324)

This was [causing an issue with feed regeneartion in tootctl](https://github.com/hometown-fork/hometown/issues/24), and @davefp fixed the issue.
master^2
Darius Kazemi 4 년 전
committed by Eugen Rochko
부모
커밋
0092096328
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/lib/feed_manager.rb

+ 1
- 1
app/lib/feed_manager.rb 파일 보기

@@ -153,7 +153,7 @@ class FeedManager
crutches = build_crutches(account.id, statuses)

statuses.each do |status|
next if filter_from_home?(status, account, crutches)
next if filter_from_home?(status, account.id, crutches)

add_to_feed(:home, account.id, status, aggregate)
end


불러오는 중...
취소
저장