mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-01 15:40:16 +00:00
dd865c5af5
* 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
7 lines
162 B
SQL
7 lines
162 B
SQL
alter table site
|
|
drop column actor_id,
|
|
drop column last_refreshed_at,
|
|
drop column inbox_url,
|
|
drop column private_key,
|
|
drop column public_key;
|