aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/mention.json
blob: c51265f1440aa5721c63b135a53ffa07bcf0f209 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "sensitive": "as:sensitive",
      "movedTo": {
        "@id": "as:movedTo",
        "@type": "@id"
      },
      "Hashtag": "as:Hashtag",
      "ostatus": "http://ostatus.org#",
      "atomUri": "ostatus:atomUri",
      "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
      "conversation": "ostatus:conversation",
      "toot": "http://joinmastodon.org/ns#",
      "Emoji": "toot:Emoji",
      "focalPoint": {
        "@container": "@list",
        "@id": "toot:focalPoint"
      },
      "featured": {
        "@id": "toot:featured",
        "@type": "@id"
      },
      "schema": "http://schema.org#",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value"
    }
  ],
  "id": "https://mastodonsocial.ru/users/inhosin/statuses/100946127454503070",
  "type": "Note",
  "summary": null,
  "inReplyTo": "https://juick.com/n/2923741-40",
  "published": "2018-10-23T17:27:45Z",
  "url": "https://mastodonsocial.ru/@inhosin/100946127454503070",
  "attributedTo": "https://mastodonsocial.ru/users/inhosin",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "cc": [
    "https://mastodonsocial.ru/users/inhosin/followers",
    "https://juick.com/u/vt"
  ],
  "sensitive": false,
  "atomUri": "https://mastodonsocial.ru/users/inhosin/statuses/100946127454503070",
  "inReplyToAtomUri": "https://juick.com/n/2923741-40",
  "conversation": "tag:mastodonsocial.ru,2018-10-16:objectId=609790:objectType=Conversation",
  "content": "<p><span class=\"h-card\"><a href=\"https://juick.com/vt/\" class=\"u-url mention\">@<span>vt</span></a></span> а лайки между серверами ходят? И ещё вопрос: нельзя всёже в ответ транслировать ник, чтобы нотификация поступала, а то приходится лопатить ленту что искать ответы. Я сейчас тоже с ActivityPub ковыряюсь.</p>",
  "contentMap": {
    "ru": "<p><span class=\"h-card\"><a href=\"https://juick.com/vt/\" class=\"u-url mention\">@<span>vt</span></a></span> а лайки между серверами ходят? И ещё вопрос: нельзя всёже в ответ транслировать ник, чтобы нотификация поступала, а то приходится лопатить ленту что искать ответы. Я сейчас тоже с ActivityPub ковыряюсь.</p>"
  },
  "attachment": [],
  "tag": [
    {
      "type": "Mention",
      "href": "https://juick.com/u/vt",
      "name": "@vt@juick.com"
    }
  ]
}