Overview
When users make an @-mention in a post, we should parse and send that data to the fediverse.
Background
Uses
Besides allowing more interaction in the fediverse, this also enables an early form of commenting, for those who want it. Users can mention their Mastodon / Pleroma / etc. account in their blog post, so user responses from those platforms will also mention said account, where notifications and richer interactions already exist.
Implementation
- Parse @user@instance.tld syntax
- Discover user / instance inbox?
- Include user mention information in activitystreams data (what properties are needed?)