@darius Is there a clever fix for this? https://better.boston/@crschmidt/109394192155116280
@evan @darius @jesse this is one scenario where Bluesky's and SSB's approach is better in that it makes it obvious where to go looking for the replies (but presumably this is just a matter of doing an eventual-consistency load? cc @cwebber)
Related, the counts on everything (followers, replies, likes, etc) are totally inconsistent across instances. I *think* what's shown is "# of people who liked/boosted this from *this* server"
@darius does hometown keep posts local by reifying the server as a group or list and addressing activities to that group or list?
Like
```
{
"to": {"id": "https://myserver.example/", "type": "Group"},
"object": {
"content": "Hello, local group!"
}
}
```
@evan no it's not done through ActivityPub at all, it's controlled via the mastodon API and the federation controller logic checks for a boolean in the statuses table when deciding where to send
@darius OK. Thanks for building something that people like so much.
@evan to be clear, I just merged the already-open PR on mastodon (which is still open years later) and called it a fork (with permission of the PR author)