mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Nutomic
dfb0938738
* Use SourceCompat everywhere (better compat with other software) * Name field should not be mandatory in Group * also check page.cc field for community id * add gnu social tests * better to use option<sourcecompat> * update gnu social tests, marked vote as "unlisted"
16 lines
451 B
JSON
16 lines
451 B
JSON
{
|
|
"type": "Like",
|
|
"@context": [
|
|
"https://www.w3.org/ns/activitystreams"
|
|
],
|
|
"id": "https://another_instance.gnusocial.test/activity/41362",
|
|
"published": "2022-03-20T17:54:15+00:00",
|
|
"actor": "https://another_instance.gnusocial.test/actor/43",
|
|
"to": [
|
|
"https://www.w3.org/ns/activitystreams#Public"
|
|
],
|
|
"cc": [
|
|
"https://instance.gnusocial.test/actor/42"
|
|
],
|
|
"object": "https://instance.gnusocial.test/object/note/1337"
|
|
}
|