FChannel0 / FChannel-Server

GNU Affero General Public License v3.0
106 stars 14 forks source link

Fix fail with posting to a down instance's thread #69

Closed ghost closed 2 years ago

ghost commented 2 years ago

Activities that involve a down instance will likely fail to federate as FChannel bails out if it cannot reach an instance. Since https://fchan.xyz was down for some time, activities involving them will never federate. This includes any FChannel instance that is followed by fchan.xyz. This PR fixes this issue and allows federation in absence of some instances.

FChannel0 commented 2 years ago

thank you for this fix