mastodon-async/src
D. Scott Boggs 4fb24a5a21 Drop the magic bullshit
There were too many false positive responses from libmagic to have this
just happen in the background. In a future release I may add a specific
error which is returned when the given file has no extension, and
downstream application developers can use that as an indicator that they
should ask the user if they want to detect the filetype, making use of
libmagic directly in the downstream application as appropriate.
2022-12-28 08:49:43 -05:00
..
entities Fix clippy: Derive Eq for MediaType 2022-12-27 19:08:24 +01:00
helpers Improve remote error handling 2022-12-23 12:18:03 -05:00
requests Fix clippy: Derive Eq for AddFilterRequest 2022-12-27 19:07:24 +01:00
apps.rs Fix clippy: Remove unnecessary closure 2022-12-27 17:23:22 +01:00
data.rs Fix clippy: Derive Eq for Data 2022-12-27 19:08:43 +01:00
errors.rs Drop the magic bullshit 2022-12-28 08:49:43 -05:00
event_stream.rs Fix clippy: Replace str with char as pattern 2022-12-27 15:50:49 +01:00
lib.rs Rename elefren to mastodon-async 2022-12-23 12:18:03 -05:00
macros.rs Drop the magic bullshit 2022-12-28 08:49:43 -05:00
mastodon.rs Drop the magic bullshit 2022-12-28 08:49:43 -05:00
page.rs Fix clippy: Remove unneeded reference 2022-12-27 15:50:28 +01:00
registration.rs Fix clippy: Remove unnecessary lifetime specifier 2022-12-27 15:55:59 +01:00
scopes.rs Fix clippy: Remove unnecessary reference 2022-12-27 15:46:58 +01:00
status_builder.rs Fix clippy: Derive Eq for NewStatus 2022-12-27 18:50:12 +01:00