You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates
Nutomic af034f3b5e
Unit tests and cleanup for outgoing federation code (#4733)
* test setup

* code cleanup

* cleanup

* move stats to own file

* basic test working

* cleanup

* processes test

* more test cases

* fmt

* add file

* add assert

* error handling

* fmt

* use instance id instead of domain for stats channel
5 months ago
..
api After creating a comment, update the unread comments for the post. (#4742) 5 months ago
api_common After creating a comment, update the unread comments for the post. (#4742) 5 months ago
api_crud After creating a comment, update the unread comments for the post. (#4742) 5 months ago
apub
db_perf
db_schema Unit tests and cleanup for outgoing federation code (#4733) 5 months ago
db_views
db_views_actor
db_views_moderator
federate Unit tests and cleanup for outgoing federation code (#4733) 5 months ago
routes
utils