]> Untitled Git - lemmy.git/commitdiff
Update apub examples to remove `to` field (ref #2380) (#2382)
authorNutomic <me@nutomic.com>
Fri, 29 Jul 2022 17:30:38 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Jul 2022 17:30:38 +0000 (13:30 -0400)
crates/apub/assets/lemmy/activities/voting/dislike_page.json
crates/apub/assets/lemmy/activities/voting/like_note.json
crates/apub/assets/lemmy/activities/voting/undo_dislike_page.json
crates/apub/assets/lemmy/activities/voting/undo_like_note.json

index 6683a6663b47e800a954b7e2494510141ff2eb80..dbf1eda788e09a5958fba0781b087c6dabd65776 100644 (file)
@@ -1,8 +1,5 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
   "object": "http://ds9.lemmy.ml/post/1",
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public"
index e9fc366aec643b3df7fa0d4cd6f632eb30df7b40..0ce7f2aae7fcece04675130eea18a8681bfaa78e 100644 (file)
@@ -1,8 +1,5 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
   "object": "http://ds9.lemmy.ml/comment/1",
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public"
index 2234e41046d3b8e570b5718c6f1e68fe81f2e501..fe708971c75c13f8b8548b1d2081da6ad5c82c2f 100644 (file)
@@ -1,13 +1,7 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
   "object": {
     "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-    "to": [
-      "http://enterprise.lemmy.ml/c/main"
-    ],
     "object": "http://ds9.lemmy.ml/post/1",
     "cc": [
       "https://www.w3.org/ns/activitystreams#Public"
index e22c8fd1fe1a5c24e2c6e9c2e650d3c9a02c3eab..369c814ca97b372f18dfb58872eac47b4de6c174 100644 (file)
@@ -1,13 +1,7 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
   "object": {
     "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-    "to": [
-      "http://enterprise.lemmy.ml/c/main"
-    ],
     "object": "http://ds9.lemmy.ml/comment/1",
     "cc": [
       "https://www.w3.org/ns/activitystreams#Public"