Open Half-Shot opened 9 months ago
The same thing happened with the exact same feed. The new entry from 8 hours ago was skipped. Would you like to improve the issue description to also encompass such a case, or should we open a different issue for this?
Sorry, the issue minutes ago is not applicable, because this entry has since appeared after a delay. The previously mentioned entry is still missing, though.
Found via https://github.com/matrix-org/matrix-hookshot/issues/844#issuecomment-1936584635. This is because we create a list of read guids from the items we have read, but that list is only created after we have read at least one item. See https://github.com/matrix-org/matrix-hookshot/blob/0bc49c2f2a87176c25d4be96977e076c81108376/src/feeds/FeedReader.ts#L272-L275
Probably would be fixed by #806