lemmy/crates/api/src/community
Dessalines 432d46c1aa
Adding a get_random_community endpoint. (#5042)
* Adding a get_random_community endpoint.

- Fixes #4698

* Fixing issue from main.

* Adding ListingType to the query.

* More concise query filter.
2024-10-02 09:10:41 -04:00
..
add_mod.rs Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
ban.rs Add modlog entries for bulk removals. (#5050) 2024-10-01 10:59:52 -04:00
block.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
follow.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
hide.rs Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
mod.rs Adding a get_random_community endpoint. (#5042) 2024-10-02 09:10:41 -04:00
random.rs Adding a get_random_community endpoint. (#5042) 2024-10-02 09:10:41 -04:00
transfer.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00