We've seen an implementation recently whereby newest items are being added to the front of the feed, i.e. on the first page, meaning that the older items are always at the end. Basically the feed is backwards.
Perhaps the new rule could check that the ids are added in ascending order.
We've seen an implementation recently whereby newest items are being added to the front of the feed, i.e. on the first page, meaning that the older items are always at the end. Basically the feed is backwards.
Perhaps the new rule could check that the
ids are added in ascending order.