mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
149a4e0de8
* Remove CommentInReplyToMigration * Remove compat for RemovePostCommentOrCommunity * Remove PublicUrlMigration * Change type of pm to ChatMessage from Pleroma, make pm.to array * Use person.summary instead of person.content for pleroma compat * Also change group.content to summary * Rewrite apub object test json to serve as nice examples * Also add test case for parsing pleroma private message
18 lines
419 B
JSON
18 lines
419 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"
|
|
}
|