lemmy/crates/apub/assets/lotide/activities/follow.json
vpzomtrrfrt 09099e7b90
Fix handling of follows addressed to single value (#2920)
* 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
2023-06-06 18:33:38 -04:00

9 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"
}