mirror of
https://github.com/w3c/activitypub.git
synced 2025-06-28 05:49:32 +00:00
"Spoofing prevention" used author attribute instead of attributedTo
This commit is contained in:
@ -371,7 +371,7 @@
|
|||||||
"@context": {"@language": "en"},
|
"@context": {"@language": "en"},
|
||||||
"id": "https://example.org/~alice/note/23",
|
"id": "https://example.org/~alice/note/23",
|
||||||
"type": "Note",
|
"type": "Note",
|
||||||
"author": "https://example.org/~alice",
|
"attributedTo": "https://example.org/~alice",
|
||||||
"content": "I'm a goat"
|
"content": "I'm a goat"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user