summaryrefslogtreecommitdiff
path: root/test/fixtures/owncast-note-with-attachment.json
blob: 68cb6bbf7a41397b6cc211a47b84b98fe2346884 (plain)
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
{
  "attachment": {
    "content": "Live stream preview",
    "type": "Image",
    "url": "https://owncast.localhost.localdomain/preview.gif?us=KjfNX387gm"
  },
  "attributedTo": "https://owncast.localhost.localdomain/federation/user/streamer",
  "audience": "https://www.w3.org/ns/activitystreams#Public",
  "content": "<p>I've gone live!</p><p></p><p><a class=\"hashtag\" href=\"https://directory.owncast.online/tags/owncast\">#owncast</a> <a class=\"hashtag\" href=\"https://directory.owncast.online/tags/streaming\">#streaming</a></p><a href=\"https://owncast.localhost.localdomain\">https://owncast.localhost.localdomain</a>",
  "id": "https://owncast.localhost.localdomain/federation/KjBNuq8ng",
  "published": "2022-04-17T15:42:03Z",
  "tag": [
    {
      "href": "https://directory.owncast.online/tags/owncast",
      "name": "#owncast",
      "type": "Hashtag"
    },
    {
      "href": "https://directory.owncast.online/tags/streaming",
      "name": "#streaming",
      "type": "Hashtag"
    },
    {
      "href": "https://directory.owncast.online/tags/owncast",
      "name": "#owncast",
      "type": "Hashtag"
    }
  ],
  "to": "https://www.w3.org/ns/activitystreams#Public",
  "type": "Note"
}