]> Untitled Git - lemmy.git/blob - crates/apub/assets/pleroma/activities/follow.json
Test pleroma follow (#1988)
[lemmy.git] / crates / apub / assets / pleroma / activities / follow.json
1 {
2   "@context": [
3     "https://www.w3.org/ns/activitystreams",
4     "https://mycrowd.ca/schemas/litepub-0.1.jsonld",
5     {
6       "@language": "und"
7     }
8   ],
9   "actor": "https://mycrowd.ca/users/kinetix",
10   "cc": [],
11   "id": "https://mycrowd.ca/activities/dab6a4d3-0db0-41ee-8aab-7bfa4929b4fd",
12   "object": "https://lemmy.ca/u/kinetix",
13   "state": "pending",
14   "to": [
15     "https://lemmy.ca/u/kinetix"
16   ],
17   "type": "Follow"
18 }