Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter direct statuses in Status.as_home_timeline #3842

Merged
merged 1 commit into from Jun 20, 2017

Commits on Jun 19, 2017

  1. Filter direct statuses in Status.as_home_timeline

    The classes using Status.as_home_timeline, namely Feed and
    PrecomputeFeedService are expected to filter direct statuses as
    FanOutWriteService does, but their filtering were incomplete or missing.
    
    This commit solves the problem by filtering direct statuses in
    as_home_timeline as the other similar methods such as as_public_timeline
    does.
    akihikodaki committed Jun 19, 2017
    Copy the full SHA
    b06b263 View commit details
    Browse the repository at this point in the history