bluesky-social / feed-generator

ATProto Feed Generator Starter Kit
MIT License
1.06k stars 381 forks source link

Incorrect seporator for cursor #15

Closed simonft closed 1 year ago

simonft commented 1 year ago

This repo currently splits the cursor parameter by ...

However, it returns a cursor split by ::, and it sounds like other cursors in the protocol are split by :: as well.

I'm assuming the code should be changed to split the incoming cursor parameter by ::, but if not the format of the returned cursor should be probable be changed to match the parsed one.