mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 17:50:01 +00:00
09099e7b90
* Fix handling of follows addressed to single value * Switch to deserialize_skip_error for Follow to * Also use deserialize_skip_error for AcceptFollow and UndoFollow * actually import deserialize_skip_error
8 lines
266 B
JSON
8 lines
266 B
JSON
{
|
|
"actor": "https://dev.narwhal.city/users/1",
|
|
"object": "https://beehaw.org/c/foss",
|
|
"to": "https://beehaw.org/c/foss",
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"id": "https://dev.narwhal.city/communities/90/followers/1",
|
|
"type": "Follow"
|
|
}
|