Mastodonplus.py/mastodon
codl ad96297a06
more robust handling of pagination Link headers
during a cursory investigation for #163 I found that the code handling
Link headers would not handle non-numeric post IDs like pleroma's
flakeIDs correctly

IDs starting with a number would be truncated to the first non-digit,
and IDs not starting with a number would throw. Thankfully, all flakeIDs
generated so far start with 9. Maybe 8 for the earliest ones, I'm not
sure. Either way, so far it would only have misbehaved when using the
pagination functions or accessing the _pagination_prev and
_pagination_next attributes directly
2019-04-15 03:31:09 +02:00
..
__init__.py Move pagination info to attributes 2018-06-04 16:48:20 +02:00
Mastodon.py more robust handling of pagination Link headers 2019-04-15 03:31:09 +02:00
streaming.py Improve on_abort handler 2018-06-05 17:37:11 +02:00