ether+nick

I think it would be better if instead of Fediverse software outputting the following for ActivityPub/ActivityStreams Notes, Articles, etc:

"attributedTo": "mastodon.social/users/reiver",

It would instead output something more like:

"attributedTo": {
"id":"mastodon.social/users/reiver",
"type":"Person",
"name":"Charles",
"preferredUsername": "reiver",
"icon": {...},
"image": {...},
}

This way the Activity* document contains everything needed to render it.