misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.95k stars 1.35k forks source link

federate with allowed hosts instead of blocking them #14671

Closed boringcactus closed 1 week ago

boringcactus commented 1 week ago

What

There is a bug in https://github.com/misskey-dev/misskey/pull/14643 where new federated hosts are added to the blockedHosts instead of the federatedHosts.

Why

When I add federated hosts, I want to federate with them and not to block them.

Additional info (optional)

Checklist

KisaragiEffective commented 1 week ago

Duplicate of #14662, I'm sorry!

github-actions[bot] commented 1 week ago

このPRによるapi.jsonの差分 差分はありません。 Get diff files from Workflow Page

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 39.79%. Comparing base (a3d236c) to head (b9c0b26). Report is 209 commits behind head on develop.

Files with missing lines Patch % Lines
...kend/src/server/api/endpoints/admin/update-meta.ts 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14671 +/- ## =========================================== - Coverage 41.74% 39.79% -1.96% =========================================== Files 1549 1545 -4 Lines 196555 193742 -2813 Branches 2767 3591 +824 =========================================== - Hits 82055 77100 -4955 - Misses 113939 116079 +2140 - Partials 561 563 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.