this post was submitted on 11 Oct 2025
23 points (92.6% liked)
Lemmy
14061 readers
12 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's synchronizing across servers. First it needs to ensure the remote server has your user object, then it tells the remote server to mark your user as subscribed to that community. And these aren't immediate API calls, they're queued up. Sometimes the message queue between servers has some other messages before yours so it may take longer than expected.
Thanks! I guess setting up a functional federated network is far from trivial. Reading about ActivityPub right now.