]> Untitled Git - lemmy.git/blobdiff - crates/apub/assets/lemmy/activities/create_or_update/update_page.json
Use audience field to federate items in groups (fixes #2464) (#2584)
[lemmy.git] / crates / apub / assets / lemmy / activities / create_or_update / update_page.json
index 7cde6cdd900d7c2a43a972390b3d4aa78d8667c9..46cb0e2ae531868ed2e4c7d4e850f3d8279e0825 100644 (file)
@@ -11,6 +11,7 @@
       "http://enterprise.lemmy.ml/c/main",
       "https://www.w3.org/ns/activitystreams#Public"
     ],
+    "audience": "https://enterprise.lemmy.ml/c/main",
     "name": "test post 1",
     "content": "<p>test body</p>\n",
     "mediaType": "text/html",
@@ -34,6 +35,7 @@
   "cc": [
     "http://enterprise.lemmy.ml/c/main"
   ],
+  "audience": "https://enterprise.lemmy.ml/c/main",
   "type": "Update",
   "id": "http://ds9.lemmy.ml/activities/update/ab360117-e165-4de4-b7fc-906b62c98631"
 }
\ No newline at end of file