matrix-org / matrix-org/matrix-hookshot
Detect when a post has been edited and repost it (in some cases)
Open
Feeds
T-Enhancement
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 23
Description
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.
Contributor guide
Research direction
Start by tracing the feed system's item-reading and room-posting flow, then check how pubDate is currently handled. Done means changed items are reposted when appropriate while unchanged items are not duplicated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100