mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 17:50:01 +00:00
69f179bd33
* Adding prettier check to CI. * Running prettier on codebase.
12 lines
390 B
JSON
12 lines
390 B
JSON
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"id": "https://mastodon.madrid/users/felix#likes/212341/undo",
|
|
"type": "Undo",
|
|
"actor": "https://mastodon.madrid/users/felix",
|
|
"object": {
|
|
"id": "https://mastodon.madrid/users/felix#likes/212341",
|
|
"type": "Like",
|
|
"actor": "https://mastodon.madrid/users/felix",
|
|
"object": "https://ds9.lemmy.ml/post/147"
|
|
}
|
|
}
|