lemmy/crates/api_crud/src
Nutomic 44dda08b13
Avoid stack overflow when fetching nested comments, reduce max comment depth to 50 (#5009)
* Avoid stack overflow when fetching deeply nested comments

* add test case

* reduce comment depth, add docs

* decrease

* reduce max comment depth to 50

* fmt

* clippy

* cleanup
2024-09-30 20:27:14 -04:00
..
comment Avoid stack overflow when fetching nested comments, reduce max comment depth to 50 (#5009) 2024-09-30 20:27:14 -04:00
community Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
custom_emoji Remove TypedBuilder in favor of derive_new (fixes #4863) (#5020) 2024-09-20 08:15:25 -04:00
oauth_provider Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
post Post scheduling (fixes #234) (#5025) 2024-09-24 05:39:40 -04:00
private_message Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
site Avoid breaking changes, keep response fields as deprecated (#5058) 2024-09-27 09:23:19 -04:00
tagline Feature/custom emoji and tagline views (#4580) 2024-09-19 05:15:04 -04:00
user Cleanup remaining use of Result<bool, Error> (fixes #4862) (#5047) 2024-09-24 13:25:33 -04:00
lib.rs Feature/custom emoji and tagline views (#4580) 2024-09-19 05:15:04 -04:00