Преглед на файлове

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


Зареждане…
Отказ
Запис