Skip to content

Missing return value check of filter_blocked #98

@MicroMilo

Description

@MicroMilo

filter_blocked(start, 1, 1);

We can found that the return value of filter_blocked has its meaning.

" return 1 if the site is blocked, 0 if the site is not blocked"

Also by searching the filter_blocked in the repo, we can find only this function call is missing the check.
So I think there is a potential bug here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions