Conversation
Notices
-
Angry Sun (sun@shitposter.world)'s status on Monday, 23-Sep-2024 02:43:33 JST Angry Sun @silverpill how is mentioning and handles supposed to work when you want to reference a did:key actor? -
silverpill (silverpill@mitra.social)'s status on Monday, 23-Sep-2024 02:43:32 JST silverpill @sun Mentioning and handles work as usual, for example I can mention @nomad
Portable actors can be replicated to multiple servers (gateways), so in theory you can have multiple webfinger addresses:
1. https://mitra.social/.well-known/webfinger?resource=acct:nomad@mitra.social
2. https://public.mitra.social/.well-known/webfinger?resource=acct:nomad@public.mitra.socialBut in practice you will likely use only one address because only one clone can be compatible with non-FEP-ef61 servers (they require location and actor ID to have same web origin)
-
Angry Sun (sun@shitposter.world)'s status on Monday, 23-Sep-2024 03:10:33 JST Angry Sun @silverpill can the same gateway service two different accounts with the same username e.g. "nomad" -
silverpill (silverpill@mitra.social)'s status on Monday, 23-Sep-2024 03:10:33 JST silverpill @sun Mitra requires username to be unique across portable and non portable accounts. Other implementations may handle this case differently, but generally 'acct' URIs should have 1-to-1 relationship with actors
-