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.
15 lines
411 B
JSON
15 lines
411 B
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/ns/activitystreams",
|
|
"https://queer.hacktivis.me/schemas/litepub-0.1.jsonld",
|
|
{
|
|
"@language": "und"
|
|
}
|
|
],
|
|
"attributedTo": "https://queer.hacktivis.me/users/lanodan",
|
|
"content": "Hi!",
|
|
"id": "https://queer.hacktivis.me/objects/2",
|
|
"published": "2020-02-12T14:08:20Z",
|
|
"to": ["https://enterprise.lemmy.ml/u/picard"],
|
|
"type": "ChatMessage"
|
|
}
|