lemmy/src
Nutomic dd865c5af5
Implement instance actor (#1798)
* Implement instance actor

* wip: make site bans federate

* finish implementation and unit tests for federated bans

* start adding api tests

* fix api test

* remve site from GetCommunityResponse

* only federate site bans originating from user's home instance

* dont expose site.private_key in api
2022-02-07 19:23:12 +00:00
..
api_routes.rs Removing the site creator, adding leave_admin. Fixes #1808 (#2052) 2022-01-26 17:57:16 +00:00
code_migrations.rs Implement instance actor (#1798) 2022-02-07 19:23:12 +00:00
lib.rs Add console feature flag, not default 2022-02-04 11:31:38 -06:00
main.rs Adding a test comment. (#2081) 2022-02-01 18:19:07 +00:00
root_span_builder.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00
scheduled_tasks.rs Add tracing (#1942) 2021-11-23 12:16:47 +00:00