wordpress-activitypub
wordpress-activitypub copied to clipboard
Example handle
https://github.com/Automattic/wordpress-activitypub/blob/dd8f363c354ca1a25b8c9a8d95d49f0981abd88a/src/shared/dialog.js#L83
I 've just added the Follow block to my home page and in my opinion, the example handle in the description is confusing. Example is: [email protected] It misses the first AT, for example. Why not @[email protected] or @[email protected]
It does work with and without a leading @. The specification (WebFinger) is without the @, this is only a Mastodon thing.
But I agree, it might be consistent to add it. Thanks for the report.
done