Thank you for your response. May I ask (since you seem very knowledgeable): Could a singular instance manipulate their backend votes on a single post and have it replicate in order to garner more/less interest?
Example:
UPDATE Posts
SET Updoots = 1000000 -- or SET Updoots = 0
WHERE PostId = 1;
I’ll admit that I have not properly studied the ActivityPub implementation as described by activitypub.rocks, but we’re all continuously learning.
deleted by creator