lemmy/crates
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
..
api Avoid breaking changes, keep response fields as deprecated (#5058) 2024-09-27 09:23:19 -04:00
api_common Adding skip_serializing_none to another OAuth API request. (#5060) 2024-09-27 11:15:44 -04:00
api_crud Avoid stack overflow when fetching nested comments, reduce max comment depth to 50 (#5009) 2024-09-30 20:27:14 -04:00
apub Avoid stack overflow when fetching nested comments, reduce max comment depth to 50 (#5009) 2024-09-30 20:27:14 -04:00
db_perf Replace clippy allow annotation with expect (fixes #5012) (#5048) 2024-09-24 13:29:02 -04:00
db_schema Handle partial settings backup (fixes #4307) (#5063) 2024-09-30 20:21:06 -04:00
db_views Replace clippy allow annotation with expect (fixes #5012) (#5048) 2024-09-24 13:29:02 -04:00
db_views_actor Replace clippy allow annotation with expect (fixes #5012) (#5048) 2024-09-24 13:29:02 -04:00
db_views_moderator Fixing extra modlog entries when post_id or comment_id is given. (#4664) 2024-04-25 10:26:17 +02:00
federate Replace clippy allow annotation with expect (fixes #5012) (#5048) 2024-09-24 13:29:02 -04:00
routes Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
utils Avoid stack overflow when fetching nested comments, reduce max comment depth to 50 (#5009) 2024-09-30 20:27:14 -04:00