A repo for playing with ActivityPub implementation in various languages and frameworks
Find a file
2025-01-27 00:48:38 +00:00
Java/Spring/activitypubbot Moving derived data accessors out of the @Entity... have created a Bot @Service... and implemented the calls there but I'm unconvinced by this as not sure how we can then use that in the Controller/Model side of the code now. What I want to do is access a Bot's "id" which is derived from its username so needs code to build it. I'm starting to wonder if I should just store some of the derived data in the database but that feels clunky (could be more performant though, hmm..) 2025-01-27 00:48:38 +00:00
README.md Initial commit 2025-01-22 12:33:39 +00:00

activitypubplay

A repo for playing with ActivityPub implementation in various languages and frameworks