lemmy/crates/api_common/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
..
comment.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00
community.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00
lib.rs Implement instance actor (#1798) 2022-02-07 19:23:12 +00:00
person.rs Adding a banned endpoint for admins. Removing it from GetSite. Fixes #1806 2022-01-04 09:50:30 -05:00
post.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00
site.rs Removing the site creator, adding leave_admin. Fixes #1808 (#2052) 2022-01-26 17:57:16 +00:00
websocket.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00