mastodon-async/src
Josh McKinney d4956e943c
fix: next/prev page handling in Page struct
Improve the handling of next and previous pages in the `Page` struct
by fixing a bug that caused the URLs to be set to None when a page with
no data was loaded. This change allows for the next and previous page
URLs to be preserved for future retrieval even when there are no
results in the current page.
2023-04-26 18:53:23 -07:00
..
entities Fix routes which take an Id type; fix doctests 2023-01-24 15:33:49 -05:00
helpers Fixes for breaking changes in the toml crate 2023-02-01 08:52:50 -05:00
requests Drop dependency on serde_qs for now 2023-02-01 07:28:51 -05:00
status_builder Fix: backwards compatibility 2023-01-09 07:27:53 -05:00
apps.rs spelling and clippy fixes 2022-12-29 06:41:57 -05:00
data.rs Fix clippy: Derive Eq for Data 2022-12-27 19:08:43 +01:00
errors.rs Switch from the `is_variant` crate to the `derive_is_enum_variant` one. 2023-03-19 11:22:51 -04:00
event_stream.rs Pass client instance to the event stream 2023-02-13 12:22:46 -05:00
lib.rs Pass client instance to the event stream 2023-02-13 12:22:46 -05:00
macros.rs Fix stream urls 2023-02-27 08:51:29 -05:00
mastodon.rs fix: authenticate in page_next/page_prev calls 2023-04-14 05:05:44 -07:00
page.rs fix: next/prev page handling in Page struct 2023-04-26 18:53:23 -07:00
polling_time.rs Add client method to wait for attachment processing 2023-01-29 06:13:53 -05:00
registration.rs Update docs for Registration::new_with_client 2023-01-14 16:28:05 -05:00
scopes.rs Switch from the `is_variant` crate to the `derive_is_enum_variant` one. 2023-03-19 11:22:51 -04:00