lemmy/crates
Nutomic ccc122100e
Fix process shutdown (#3673)
I noticed that stopping the Lemmy process with ctrl+c wasnt working
because the activity channel isnt properly closed. This is now fixed.

Later we should also move the channel from static into LemmyContext,
Im not doing that now to avoid conflicts with #3670.
2023-07-20 11:36:48 -04:00
..
api Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
api_common Fix process shutdown (#3673) 2023-07-20 11:36:48 -04:00
api_crud Handle displaying of deleted and removed posts/comments (fixes #2624) (#3286) 2023-07-20 16:36:16 +02:00
apub Ignore errors when fetching community mods (fixes #3460) (#3674) 2023-07-20 11:34:07 -04:00
db_schema Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts (#3653) 2023-07-20 11:13:21 -04:00
db_views Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts (#3653) 2023-07-20 11:13:21 -04:00
db_views_actor Remove TypedBuilder from db_views and db_views_actor (#3637) 2023-07-17 12:20:25 +02:00
db_views_moderator Make lemmy_api_common wasm-compatible (#3587) 2023-07-14 10:45:18 +02:00
routes Handle displaying of deleted and removed posts/comments (fixes #2624) (#3286) 2023-07-20 16:36:16 +02:00
utils Add http cache for webfingers (#3317) 2023-07-19 06:09:04 -04:00