@Gargron as long as you are here, can I ask where local post ids are assigned? How they are in order when we fetch older posts
@charlag Mastodon::Snowflake takes care of it, there's a SQL function that's used for new rows automatically and there's a Ruby function for generating such IDs with an older timestamp.
@charlag Mastodon::Snowflake takes care of it, there's a SQL function that's used for new rows automatically and there's a Ruby function for generating such IDs with an older timestamp.