yukimochi / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.
https://relay.toot.yukimochi.jp/
GNU Affero General Public License v3.0
278 stars 39 forks source link

Not relaying third-party traffic #78

Closed danorton closed 1 year ago

danorton commented 1 year ago

Everything seems to be running, but it’s only relaying activity from my Mastodon server (4.1.0) that is created locally. Activity that has been relayed from third-party relay servers is ignored.

Am I misunderstanding how this is supposed to work? If so, is there a relay server that will relay everything?

yukimochi commented 1 year ago

Nesting of relay servers is not assumed. It can also cause an infinite loop. Depending on the implementation of the other party's relay server, it may be relayed, but in famous implementations, it is determined in various places so that relaying is not easily done.

danorton commented 1 year ago

@yukimochi Thanks.