matrix-org / matrix-hookshot

A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
https://matrix-org.github.io/matrix-hookshot/
Apache License 2.0
283 stars 68 forks source link

Widget fetching but not posting entries #848

Closed OddHouseGames closed 10 months ago

OddHouseGames commented 10 months ago

I'm trying to use the Widget for RSS feeds in Element on the web and it is successfully fetching but not posting anything.

Half-Shot commented 10 months ago

Hey there :wave: . Can you give me the URL for your feed so I can investigate what's going on? If you rather it be confidential, you can DM me on Matrix via @Half-Shot:half-shot.uk.

OddHouseGames commented 10 months ago

Thanks, I'll send you a DM!

Half-Shot commented 10 months ago

So for this specific feed, I think the expectation is hookshot would post when there is an update to an entry rather than just new entries. We basically skip any guids we've seen before in the RSS feed to avoid reposting, so the problem is likely there. I can't see any issues with new posts on our staging instance but I will check next time the feed updates.

It's probably a reasonable feature to allow reposting existing entries if the pubDate has changed although I don't think we want to do this as standard.

Half-Shot commented 10 months ago

851 and #852 cover this issue.