I've been working on #ActivityPub support in the Agora, looking forward to testing!
-
I've been working on #ActivityPub support in the Agora, looking forward to testing!
The idea is to offer a relatively time-agnostic entrypoint into people's writings.
-
I've been working on #ActivityPub support in the Agora, looking forward to testing!
The idea is to offer a relatively time-agnostic entrypoint into people's writings.
@flancian Nice. I also found this https://github.com/flancian/agora-server/blob/main/FEDERATION.md
Do you have a federated instance where I can follow an actor? -
@flancian Nice. I also found this https://github.com/flancian/agora-server/blob/main/FEDERATION.md
Do you have a federated instance where I can follow an actor?@silverpill hi silverpill, thank you for taking a look š
I still need to fix and implement a lot but yes, you should be able to already follow actors in the reference ("production") Agora, e.g. @flancian@anagora.org.
-
@silverpill hi silverpill, thank you for taking a look š
I still need to fix and implement a lot but yes, you should be able to already follow actors in the reference ("production") Agora, e.g. @flancian@anagora.org.
-
@silverpill @flancian@anagora.org oh thank you for catching that! And for using outbox -- I was surprised to learn that many implementations don't ever poll the outbox, IIUC?
I'll try to fix this today!
I checked your FEP activity, very cool! And will look further into Mitra. How are you testing behavior while developing? Manually or with an automated suite?
-
@silverpill @flancian@anagora.org oh thank you for catching that! And for using outbox -- I was surprised to learn that many implementations don't ever poll the outbox, IIUC?
I'll try to fix this today!
I checked your FEP activity, very cool! And will look further into Mitra. How are you testing behavior while developing? Manually or with an automated suite?
>I was surprised to learn that many implementations don't ever poll the outbox, IIUC?
Yes, outbox polling is not widespread. Mastodon seems to do this, but not many others.
>Manually or with an automated suite?
Manually :)