Skip to content

Feed duplication #9

@0x111

Description

@0x111

The implementation was done in a more of personal look, so I did not think about this while development.

At the moment, we are checking if the feed already exists for current channel, this is fine, but we would need to extend this logic.
One can add the same feed url many times, this would mean the app would load the same feed n times over and over, although on a different channel. This is obviously a waste of resources.

We need a way, to determine if the feed already exists (it does not matter if on a different channel) and just reuse that, instead of loading the same feed many times, we would do this once only and improve the process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions