Actions
Feature proposal #9102
closedImplement cursor column for activity
Description
This should just be TIMESTAMP.ID as a decimal value (probably use text column to avoid floating point issues). This would then be used for paging instead of just strictly ID. It makes sense for activity to be sorted by date, but a cursor value is needed for the efficient cursor based paging. Other views don't really need this (e.g. comments, likes, follows, and notifications).
Actions