"Spoofing prevention" used author attribute instead of attributedTo

This commit is contained in:
Christopher Allan Webber
2017-04-17 20:39:43 -05:00
parent 2136c4111a
commit 731e72e0c9

View File

@ -371,7 +371,7 @@
"@context": {"@language": "en"},
"id": "https://example.org/~alice/note/23",
"type": "Note",
"author": "https://example.org/~alice",
"attributedTo": "https://example.org/~alice",
"content": "I'm a goat"
}
}