#social 2017-07-07

2017-07-07 UTC
prtksxna, xmpp-social, puckipedia, Loqi_, saper, bigbluehat, mattl, albino, tcit, aaronpk, jaywink, bitbear, dwhly, tsyesika, astronouth7303, ben_thatmust, ben_thatmustbeme, raucao, prtksxna_ and Loqi joined the channel
#
puckipedia
... I just realised my server-server federation code was horribly broken
#
puckipedia
e.g. if server a.example.com gets a {type: Follow, object: "b.example.com/a", to: ["b.example.com/a", "b.example.com/b"], actor: "a.example.com/z"} it'd add user Z to A's follower list twice
#
puckipedia
... so, this begs the question
#
puckipedia
should I only process server->server side effects (adding an activity to likes/shares collection) when the activity is received by the /owner/ of that object
#
puckipedia
... should an server-internal thing process exactly the same as server-external