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

Detect when a post has been edited and repost it (in some cases) #851

Open Half-Shot opened 10 months ago

Half-Shot commented 10 months ago

The feed system currently will read each item once and post it to the room. However, it does not account for items which might change. Ideally if there is a change, we should repost the item again. Perhaps looking at the pubDate might help us.