#social 2017-09-22

2017-09-22 UTC
#
cwebber
some interesting thoughts
#
cwebber
just to add to the pile of anti-abuse tooling conversation
xmpp-social and jaywink joined the channel
#
@w3c
"The Pub is Now Open, ActivityPub that is!" re: @SocialWebWG's Mastodon and the W3C https://hackernoon.com/mastodon-and-the-w3c-f75f376f422
(twitter.com/_/status/911216001928351745)
JanKusanagi and jankusanagi_ joined the channel
_xmpp-social joined the channel
#
Gargron
cwebber: heya, any ideas how to encode "account moved" in AP?
#
cwebber
Gargron: hm! I think it needs a new term, but that one seems like a good one for an extension
#
cwebber
let me look at the vocab to double check
#
cwebber
Gargron: though
#
cwebber
actually wait
#
cwebber
why not just do a redirect?
#
Gargron
redirect of what?
#
Gargron
you wanna send out an activity to your followers
#
cwebber
Gargron: to the new account
#
cwebber
oh that's true
#
Gargron
like yeah the webfinger gotta start redirecting but an activity must notify everyone about this
#
cwebber
oh!
#
cwebber
we have something
#
cwebber
I'm not totally sure if it would work
#
Gargron
alice moved alice to alice2
#
cwebber
yeah probably
#
Gargron
sure, why not
#
cwebber
rhiaro, puckipedia: what do you think
#
Gargron
should it make you unfollow the old account, i wonder? if not, this could be abused by creating accounts with lots of followers quickly simply by migrating from one account to another
#
cwebber
Gargron: hm
#
cwebber
Gargron: it may require more thought... maybe time for a swicg issue?
#
cwebber
Gargron: if you can describe it I'll put it on the agenda for Wednesday's meeting
#
Loqi
[Gargron] ```js { type: 'Move', actor: 'uri/to/alice', object: 'uri/to/alice', target: 'new_uri/to/alice' } ``` Sent out to followers. Old server's webfinger would need to redirect to new server's webfinger, and new server's webfinger woul...