Inept, 1 year ago 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: <span style="font-weight:bold;color:#a71d5d;">UPDATE</span><span style="color:#323232;"> Posts </span><span style="font-weight:bold;color:#a71d5d;">SET</span><span style="color:#323232;"> Updoots </span><span style="font-weight:bold;color:#a71d5d;">= </span><span style="color:#0086b3;">1000000 </span><span style="font-style:italic;color:#969896;">-- or SET Updoots = 0 </span><span style="font-weight:bold;color:#a71d5d;">WHERE</span><span style="color:#323232;"> PostId </span><span style="font-weight:bold;color:#a71d5d;">= </span><span style="color:#0086b3;">1</span><span style="color:#323232;">; </span> I’ll admit that I have not properly studied the ActivityPub implementation as described by activitypub.rocks, but we’re all continuously learning.
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:
<span style="font-weight:bold;color:#a71d5d;">UPDATE</span><span style="color:#323232;"> Posts </span><span style="font-weight:bold;color:#a71d5d;">SET</span><span style="color:#323232;"> Updoots </span><span style="font-weight:bold;color:#a71d5d;">= </span><span style="color:#0086b3;">1000000 </span><span style="font-style:italic;color:#969896;">-- or SET Updoots = 0 </span><span style="font-weight:bold;color:#a71d5d;">WHERE</span><span style="color:#323232;"> PostId </span><span style="font-weight:bold;color:#a71d5d;">= </span><span style="color:#0086b3;">1</span><span style="color:#323232;">; </span>
I’ll admit that I have not properly studied the ActivityPub implementation as described by activitypub.rocks, but we’re all continuously learning.