Skip to content

Removing tags is not working in Google Reader API #2411

@jbeker

Description

@jbeker

There is an improper comparison when checking the tag name when removing tags on line: https://github.com/FreshRSS/FreshRSS/blob/master/p/api/greader.php#L350

if ($remove != '' && strpos($remove, 'user/-/label/'))

Should be:

if ($remove != '' && strpos($remove, 'user/-/label/') === 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    API 🤝API for other clients

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions