You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
id
s are added in ascending order.The text was updated successfully, but these errors were encountered: