jonjomckay / fritter

A privacy-friendly Twitter frontend for mobile devices
https://fritter.cc
MIT License
1.38k stars 80 forks source link

fix getting the cursor from the graphql TweetDetail request #690

Closed j-fbriere closed 1 year ago

j-fbriere commented 1 year ago

the cursor from the graphql TweetDetail request comes from an itemContent key instead of an operation or value key.

this should fix the bug #685.

jonjomckay commented 1 year ago

Thank you!