]> Untitled Git - lemmy.git/commitdiff
Prettier check (#2855)
authorDessalines <dessalines@users.noreply.github.com>
Sat, 13 May 2023 20:50:58 +0000 (16:50 -0400)
committerGitHub <noreply@github.com>
Sat, 13 May 2023 20:50:58 +0000 (16:50 -0400)
* Adding prettier check to CI.

* Running prettier on codebase.

89 files changed:
.github/ISSUE_TEMPLATE/BUG_REPORT.md
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
.github/ISSUE_TEMPLATE/QUESTION.md
.github/ISSUE_TEMPLATE/hexbear.md
.woodpecker.yml
api_tests/.eslintrc.json
api_tests/jest.config.js
api_tests/tsconfig.json
crates/api_common/README.md
crates/apub/assets/friendica/activities/create_note.json
crates/apub/assets/friendica/activities/create_page_1.json
crates/apub/assets/friendica/activities/create_page_2.json
crates/apub/assets/friendica/activities/delete.json
crates/apub/assets/friendica/activities/dislike_page.json
crates/apub/assets/friendica/activities/like_page.json
crates/apub/assets/friendica/activities/undo_dislike_page.json
crates/apub/assets/friendica/activities/update_note.json
crates/apub/assets/friendica/objects/note_1.json
crates/apub/assets/friendica/objects/note_2.json
crates/apub/assets/friendica/objects/page_1.json
crates/apub/assets/friendica/objects/page_2.json
crates/apub/assets/friendica/objects/person_1.json
crates/apub/assets/gnusocial/activities/create_note.json
crates/apub/assets/gnusocial/activities/create_page.json
crates/apub/assets/gnusocial/activities/like_note.json
crates/apub/assets/gnusocial/objects/note.json
crates/apub/assets/gnusocial/objects/page.json
crates/apub/assets/lemmy/activities/block/block_user.json
crates/apub/assets/lemmy/activities/block/undo_block_user.json
crates/apub/assets/lemmy/activities/community/add_featured_post.json
crates/apub/assets/lemmy/activities/community/add_mod.json
crates/apub/assets/lemmy/activities/community/announce_create_page.json
crates/apub/assets/lemmy/activities/community/lock_page.json
crates/apub/assets/lemmy/activities/community/remove_featured_post.json
crates/apub/assets/lemmy/activities/community/remove_mod.json
crates/apub/assets/lemmy/activities/community/report_page.json
crates/apub/assets/lemmy/activities/community/undo_lock_page.json
crates/apub/assets/lemmy/activities/community/update_community.json
crates/apub/assets/lemmy/activities/create_or_update/create_note.json
crates/apub/assets/lemmy/activities/create_or_update/create_page.json
crates/apub/assets/lemmy/activities/create_or_update/create_private_message.json
crates/apub/assets/lemmy/activities/create_or_update/update_page.json
crates/apub/assets/lemmy/activities/deletion/delete_page.json
crates/apub/assets/lemmy/activities/deletion/delete_private_message.json
crates/apub/assets/lemmy/activities/deletion/delete_user.json
crates/apub/assets/lemmy/activities/deletion/remove_note.json
crates/apub/assets/lemmy/activities/deletion/undo_delete_page.json
crates/apub/assets/lemmy/activities/deletion/undo_delete_private_message.json
crates/apub/assets/lemmy/activities/deletion/undo_remove_note.json
crates/apub/assets/lemmy/activities/following/accept.json
crates/apub/assets/lemmy/activities/following/follow.json
crates/apub/assets/lemmy/activities/following/undo_follow.json
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
crates/apub/assets/lemmy/collections/group_followers.json
crates/apub/assets/lemmy/collections/group_moderators.json
crates/apub/assets/lemmy/collections/group_outbox.json
crates/apub/assets/lemmy/collections/person_outbox.json
crates/apub/assets/lemmy/objects/chat_message.json
crates/apub/assets/lemmy/objects/instance.json
crates/apub/assets/lotide/objects/group.json
crates/apub/assets/lotide/objects/note.json
crates/apub/assets/mastodon/activities/create_note.json
crates/apub/assets/mastodon/activities/delete.json
crates/apub/assets/mastodon/activities/like_page.json
crates/apub/assets/mastodon/activities/undo_follow.json
crates/apub/assets/mastodon/activities/undo_like_page.json
crates/apub/assets/mastodon/collections/featured.json
crates/apub/assets/mastodon/objects/note.json
crates/apub/assets/mastodon/objects/page.json
crates/apub/assets/mastodon/objects/person.json
crates/apub/assets/mobilizon/objects/event.json
crates/apub/assets/peertube/activities/announce_video.json
crates/apub/assets/peertube/objects/note.json
crates/apub/assets/peertube/objects/video.json
crates/apub/assets/pleroma/activities/create_note.json
crates/apub/assets/pleroma/activities/delete.json
crates/apub/assets/pleroma/activities/follow.json
crates/apub/assets/pleroma/objects/chat_message.json
crates/apub/assets/pleroma/objects/note.json
crates/apub/assets/smithereen/activities/create_note.json
crates/apub/assets/smithereen/objects/note.json
crates/apub/assets/smithereen/objects/person.json
readmes/README.es.md
readmes/README.ru.md
readmes/README.zh.hans.md
readmes/README.zh.hant.md

index 0a11245fa960da7061832c805964d4a3472b6954..5aa726d27f3e3d5fec21337d21d809e75bcc0861 100644 (file)
@@ -1,10 +1,9 @@
 ---
 name: "\U0001F41E Bug Report"
 about: Create a report to help us improve Lemmy
-title: ''
+title: ""
 labels: bug
-assignees: ''
-
+assignees: ""
 ---
 
 Found a bug? Please fill out the sections below. 👍
@@ -17,7 +16,6 @@ If you have problems installing Lemmy, you should post in [!lemmy_support](https
 
 A summary of the bug.
 
-
 ### Steps to Reproduce
 
 1. (for example) I clicked login, and an endless spinner show up.
@@ -26,6 +24,6 @@ A summary of the bug.
 
 ### Technical details
 
-* Please post your log: `sudo docker-compose logs > lemmy_log.out`.
-* What OS are you trying to install lemmy on? 
-* Any browser console errors?
+- Please post your log: `sudo docker-compose logs > lemmy_log.out`.
+- What OS are you trying to install lemmy on?
+- Any browser console errors?
index 1d9c7d358b5de4d50d52b0c966c2e430a7d042f2..7ff8b75b95d705552675aa69aa550b0fdac522c7 100644 (file)
@@ -1,10 +1,9 @@
 ---
 name: "\U0001F680 Feature request"
 about: Suggest an idea for improving Lemmy
-title: ''
+title: ""
 labels: enhancement
-assignees: ''
-
+assignees: ""
 ---
 
 For front end issues, use [lemmy-ui](https://github.com/LemmyNet/lemmy-ui)
index 8ac2adb857bd850a73ff19013532cbd606e76956..3782f3e5fef94f52fef90e0c9330efe900693190 100644 (file)
@@ -1,10 +1,9 @@
 ---
 name: "? Question"
 about: General questions about Lemmy
-title: ''
+title: ""
 labels: question
-assignees: ''
-
+assignees: ""
 ---
 
 What's the question you have about lemmy?
index 3bb062399eb32ce570dde0a361c2f5edbc8307aa..65483df82f2a246bc73a7c5afe1d22ada0c9c00f 100644 (file)
@@ -1,10 +1,9 @@
 ---
 name: Hexbear
 about: For hexbear issues
-title: ''
+title: ""
 labels: hexbear
-assignees: ''
-
+assignees: ""
 ---
 
 For hexbear-related issues
index 0a5b3e6bf1368e69160011c79a8f0c1c906b8497..c9a1f3d71cbaaa26f474004abfd194f404841ad5 100644 (file)
@@ -2,7 +2,7 @@
 # See https://github.com/woodpecker-ci/woodpecker/issues/1677
 
 variables:
-  - &muslrust_image 'clux/muslrust:1.67.0'
+  - &muslrust_image "clux/muslrust:1.67.0"
 
 # Broken for cron jobs currently, see
 # https://github.com/woodpecker-ci/woodpecker/issues/1716
@@ -22,6 +22,11 @@ pipeline:
       - git submodule init
       - git submodule update --recursive --remote
 
+  prettier_check:
+    image: tmknom/prettier
+    commands:
+      - prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations'
+
   # use minimum supported rust version for most steps
   cargo_fmt:
     image: *muslrust_image
@@ -66,20 +71,20 @@ pipeline:
     environment:
       CARGO_HOME: .cargo
     commands:
-        # latest rust for clippy to get extra checks
-        # when adding new clippy lints, make sure to also add them in scripts/fix-clippy.sh
+      # latest rust for clippy to get extra checks
+      # when adding new clippy lints, make sure to also add them in scripts/fix-clippy.sh
       - rustup component add clippy
       - cargo clippy --workspace --tests --all-targets --features console --
-          -D warnings -D deprecated -D clippy::perf -D clippy::complexity 
-          -D clippy::style -D clippy::correctness -D clippy::suspicious
-          -D clippy::dbg_macro -D clippy::inefficient_to_string 
-          -D clippy::items-after-statements -D clippy::implicit_clone 
-          -D clippy::wildcard_imports -D clippy::cast_lossless 
-          -D clippy::manual_string_new -D clippy::redundant_closure_for_method_calls 
-          -D clippy::unused_self
-          -A clippy::uninlined_format_args
-          -D clippy::get_first
-      - cargo clippy --workspace --features console -- 
+        -D warnings -D deprecated -D clippy::perf -D clippy::complexity
+        -D clippy::style -D clippy::correctness -D clippy::suspicious
+        -D clippy::dbg_macro -D clippy::inefficient_to_string
+        -D clippy::items-after-statements -D clippy::implicit_clone
+        -D clippy::wildcard_imports -D clippy::cast_lossless
+        -D clippy::manual_string_new -D clippy::redundant_closure_for_method_calls
+        -D clippy::unused_self
+        -A clippy::uninlined_format_args
+        -D clippy::get_first
+      - cargo clippy --workspace --features console --
         -D clippy::unwrap_used
         -D clippy::indexing_slicing
     # when:
@@ -185,7 +190,8 @@ pipeline:
       auto_tag: true
       # auto_tag_suffix: linux-amd64
     when:
-      event: tag
+      event:
+        tag
         #platform: linux/amd64
 
   publish_release_docker_image_arm:
@@ -203,7 +209,8 @@ pipeline:
       auto_tag: true
       # auto_tag_suffix: linux-arm64
     when:
-      event: tag
+      event:
+        tag
         #platform: linux/arm64
 
   #publish_release_docker_manifest:
@@ -254,15 +261,15 @@ pipeline:
 
   notify_on_failure:
     image: alpine:3
-    commands: 
+    commands:
       - apk add curl
       - "curl -d'Drone build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci"
     when:
-      status: [ failure ]
+      status: [failure]
 
   notify_on_tag_deploy:
     image: alpine:3
-    commands: 
+    commands:
       - apk add curl
       - "curl -d'lemmy:${CI_COMMIT_TAG} deployed' ntfy.sh/lemmy_drone_ci"
     when:
index 4e05f0c5a73bf41a8da67062d94fe3953d2648cd..c48d71f94cfeab76d050309313bdd816a093a753 100644 (file)
@@ -3,13 +3,8 @@
   "env": {
     "browser": true
   },
-  "plugins": [
-    "@typescript-eslint"
-  ],
-  "extends": [
-    "eslint:recommended",
-    "plugin:@typescript-eslint/recommended"
-  ],
+  "plugins": ["@typescript-eslint"],
+  "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
   "parser": "@typescript-eslint/parser",
   "parserOptions": {
     "project": "./tsconfig.json",
index 91a2d2c0d311017438880c27890ec8d34e60d25f..a93551fca2595177bde244eeae3903f4af710482 100644 (file)
@@ -1,4 +1,4 @@
 module.exports = {
-  preset: 'ts-jest',
-  testEnvironment: 'node',
-};
\ No newline at end of file
+  preset: "ts-jest",
+  testEnvironment: "node",
+};
index 8d0ad928e30fa6c93142675e65d935675048f64b..28f5d192c136a8a658503d099f2e013eba58caaa 100644 (file)
@@ -10,8 +10,6 @@
     "strictNullChecks": true,
     "moduleResolution": "Node"
   },
-  "include": [
-    "src/**/*"
-  ],
+  "include": ["src/**/*"],
   "exclude": ["node_modules", "dist"]
 }
index df8b2f84af9fa4273b537ec2ff54a885fc0d8e71..bf916bf0c2b1d036855e3fb5607c3d57415e609c 100644 (file)
@@ -1,5 +1,4 @@
-lemmy_api_common
-===
+# lemmy_api_common
 
 This crate provides all the data types which are necessary to build a client for [Lemmy](https://join-lemmy.org/). You can use them with the HTTP client of your choice.
 
index 2bfaaefef4f15d739f8cff6ea30816c14e55a1f8..93d65c26bcb41bd392b8c6013fa0aabc48fa7405 100644 (file)
@@ -32,9 +32,7 @@
     "https://www.w3.org/ns/activitystreams#Public",
     "https://lemmy.schuerz.at/c/test"
   ],
-  "cc": [
-    "https://soc.schuerz.at/followers/jakob"
-  ],
+  "cc": ["https://soc.schuerz.at/followers/jakob"],
   "object": {
     "id": "https://soc.schuerz.at/objects/4edd2508-4361-edb8-c4d8-b45181083984",
     "type": "Note",
@@ -68,9 +66,7 @@
       "https://www.w3.org/ns/activitystreams#Public",
       "https://lemmy.schuerz.at/c/test"
     ],
-    "cc": [
-      "https://soc.schuerz.at/followers/jakob"
-    ]
+    "cc": ["https://soc.schuerz.at/followers/jakob"]
   },
   "signature": {
     "type": "RsaSignature2017",
@@ -79,4 +75,4 @@
     "created": "2022-01-23T20:21:25Z",
     "signatureValue": "iWeNKyfH/d5+f6FDmZIadF4hW7XBliL8w3PQ2QkeKQG7fheqx1MB6825JX+Eaq8C0aNESesTTiDJgy3Xdcw8tgKwAVdji2DNZh7rNbSy57AzXlXOPRDnGJUbXp8gAuW2PJNZx3TTsJ5yM7tKLmHk0PpwsnKbvjFabL5O+htyfRZNVjFAsB9bVym/dBvf4jiTZiLufGDprgsaDVygUi3QrzmwsE41NZtL/MIEtbiC5pROWQvdQBEzeLfMDsnjI4CR+3tnaSlvepipuFxeSFpwl5Ae5+YM6IYRvSDsssjr8kAg1t3XnHUyeBdBdys0A6ryR5t5QuY0ygAHFs+X633JsgHDuCxxHiqNYxFuTs1xO0gmHydFy1iKlEt2rbr9pcX05hSvEFg0bI8HEC5M9GuafpY7sOyLX0jobBUH9CxdHUu0qri4ntORlvvAYsGFNHj+folFlMRBNMkcZ+MbrAxdoXBdjhsAp+tD6nje+PeZy63yJJQmPLQi9E+fHGGe0DAobGrBE/XF8X1ABH+ywyKwVu0t6lkSxu+zdr9+JXKgnf7HaFSsknapumw9aQwC7N/Q0M5KO41fF0R4VL2GtoppyB9Ck9Dg1zwMWjL2KZN3ckbWABb+frWtmKIVQACzupRWzHiHSZjRRNJalK3uugVisHF2PFGkjYoUjHDCNegKHO0="
   }
-}
\ No newline at end of file
+}
index 062b521e71665a46165be1cf0b91d99258040d22..a0ca46830354a2e1189e7c7d56e0b245d088e68d 100644 (file)
@@ -27,9 +27,7 @@
     "name": "Friendica 'Siberian Iris' 2022.05-dev-1452",
     "url": "https://pirati.ca"
   },
-  "to": [
-    "https://ds9.lemmy.ml/c/testcom"
-  ],
+  "to": ["https://ds9.lemmy.ml/c/testcom"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://ds9.lemmy.ml/c/testcom/followers"
@@ -62,9 +60,7 @@
         "name": "@testcom@ds9.lemmy.ml"
       }
     ],
-    "to": [
-      "https://ds9.lemmy.ml/c/testcom"
-    ],
+    "to": ["https://ds9.lemmy.ml/c/testcom"],
     "cc": [
       "https://www.w3.org/ns/activitystreams#Public",
       "https://ds9.lemmy.ml/c/testcom/followers"
index 9982feae3f2b8c610e23341ca220f19cfc04e368..9bbbb5986b8d6bfb345df2e382a06624a21357b5 100644 (file)
@@ -27,9 +27,7 @@
     "name": "Friendica 'Siberian Iris' 2022.05-dev-1452",
     "url": "https://pirati.ca"
   },
-  "to": [
-    "https://ds9.lemmy.ml/c/testcom"
-  ],
+  "to": ["https://ds9.lemmy.ml/c/testcom"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://ds9.lemmy.ml/c/testcom/followers"
@@ -62,9 +60,7 @@
         "name": "@testcom@ds9.lemmy.ml"
       }
     ],
-    "to": [
-      "https://ds9.lemmy.ml/c/testcom"
-    ],
+    "to": ["https://ds9.lemmy.ml/c/testcom"],
     "cc": [
       "https://www.w3.org/ns/activitystreams#Public",
       "https://ds9.lemmy.ml/c/testcom/followers"
index 2c6d5217193421b7dc473db48c9ee99e1b894ca3..cc7e4dea2f583b101606d024247bddab5c64c12b 100644 (file)
     "name": "Friendica 'Siberian Iris' 2022.05-dev-1453",
     "url": "https://pirati.ca"
   },
-  "to": [
-    "https://pirati.ca/profile/test8",
-    "https://ds9.lemmy.ml/c/testcom"
-  ],
+  "to": ["https://pirati.ca/profile/test8", "https://ds9.lemmy.ml/c/testcom"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://ds9.lemmy.ml/c/testcom/followers"
index f663e7c9968cd1fab51723b4772b6a6fa3425acf..1f2c8f0cb8ab2e510dddc073425b74ee151eabad 100644 (file)
     "name": "Friendica 'Siberian Iris' 2022.05-dev-1453",
     "url": "https://pirati.ca"
   },
-  "to": [
-    "https://pirati.ca/profile/test8",
-    "https://ds9.lemmy.ml/c/testcom"
-  ],
+  "to": ["https://pirati.ca/profile/test8", "https://ds9.lemmy.ml/c/testcom"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://ds9.lemmy.ml/c/testcom/followers"
index 4ad98e268dca9ca1f7d09eff6b22f19aae066817..992b636fbfb956915497a32f54cee49332babc2c 100644 (file)
     "name": "Friendica 'Siberian Iris' 2022.05-dev-1453",
     "url": "https://pirati.ca"
   },
-  "to": [
-    "https://pirati.ca/profile/test8",
-    "https://ds9.lemmy.ml/c/testcom"
-  ],
+  "to": ["https://pirati.ca/profile/test8", "https://ds9.lemmy.ml/c/testcom"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://ds9.lemmy.ml/c/testcom/followers"
index 958d22b265911ed991a52e2473ec0c1cc18e74e2..10ae63011e598d413a38608e5985de27b2641874 100644 (file)
     "name": "Friendica 'Siberian Iris' 2022.05-dev-1453",
     "url": "https://pirati.ca"
   },
-  "to": [
-    "https://pirati.ca/profile/test8",
-    "https://ds9.lemmy.ml/c/testcom"
-  ],
+  "to": ["https://pirati.ca/profile/test8", "https://ds9.lemmy.ml/c/testcom"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://ds9.lemmy.ml/c/testcom/followers"
       "name": "Friendica 'Siberian Iris' 2022.05-dev-1453",
       "url": "https://pirati.ca"
     },
-    "to": [
-      "https://pirati.ca/profile/test8",
-      "https://ds9.lemmy.ml/c/testcom"
-    ],
+    "to": ["https://pirati.ca/profile/test8", "https://ds9.lemmy.ml/c/testcom"],
     "cc": [
       "https://www.w3.org/ns/activitystreams#Public",
       "https://ds9.lemmy.ml/c/testcom/followers"
index 6c0060961995a2585720b00f77091f44ac20ddfc..c6a22e110cf2061abb7ee04923c4734e120eb12e 100644 (file)
     "name": "Friendica 'Siberian Iris' 2022.05-dev-1453",
     "url": "https://pirati.ca"
   },
-  "to": [
-    "https://pirati.ca/profile/test8",
-    "https://ds9.lemmy.ml/c/testcom"
-  ],
+  "to": ["https://pirati.ca/profile/test8", "https://ds9.lemmy.ml/c/testcom"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://ds9.lemmy.ml/c/testcom/followers"
         "name": "@testcom@ds9.lemmy.ml"
       }
     ],
-    "to": [
-      "https://pirati.ca/profile/test8",
-      "https://ds9.lemmy.ml/c/testcom"
-    ],
+    "to": ["https://pirati.ca/profile/test8", "https://ds9.lemmy.ml/c/testcom"],
     "cc": [
       "https://www.w3.org/ns/activitystreams#Public",
       "https://ds9.lemmy.ml/c/testcom/followers"
index 17c6695640e11c7f83120a3f6a5ba006e2bd77e3..47b43d8e7618d0627c86fc87d1245cee91032339 100644 (file)
@@ -50,7 +50,5 @@
     "https://www.w3.org/ns/activitystreams#Public",
     "https://lemmy.schuerz.at/c/test"
   ],
-  "cc": [
-    "https://soc.schuerz.at/followers/jakob"
-  ]
+  "cc": ["https://soc.schuerz.at/followers/jakob"]
 }
index 4a86cdfe7eb9fac26f0019ead9a9b6e029eda03c..8139f56c4b01114b4219008a1f981d8b94269f14 100644 (file)
@@ -67,4 +67,4 @@
     "https://mastodon.social/users/humanetech",
     "https://lemmy.ml/u/KelsonV"
   ]
-}
\ No newline at end of file
+}
index eeb9875785b875521e9cf6ca9693008124c3c4cc..587c383548c637fd1c7767ee44392fe61d3f9c9b 100644 (file)
@@ -45,9 +45,7 @@
       "name": "@testcom@ds9.lemmy.ml"
     }
   ],
-  "to": [
-    "https://ds9.lemmy.ml/c/testcom"
-  ],
+  "to": ["https://ds9.lemmy.ml/c/testcom"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://ds9.lemmy.ml/c/testcom/followers"
index 92fcfc7f6d707e0480a428495587553a96809754..d0819164aaaeea3d667c4ea76ea8a8be49197547 100644 (file)
@@ -45,9 +45,7 @@
       "name": "@testcom@ds9.lemmy.ml"
     }
   ],
-  "to": [
-    "https://ds9.lemmy.ml/c/testcom"
-  ],
+  "to": ["https://ds9.lemmy.ml/c/testcom"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://ds9.lemmy.ml/c/testcom/followers"
index 1b1895ef489f7bbc1cb3f3f4ee571cff16b3f2c8..1f6e2aecccf728ff982c47a91c2d8e1fb35c23b9 100644 (file)
@@ -91,4 +91,4 @@
     "name": "Friendica 'Siberian Iris' 2021.12-rc-1448",
     "url": "https://soc.schuerz.at"
   }
-}
\ No newline at end of file
+}
index 9e4221bb4e439c164f95e2d48a6442c97b611e6f..322f534a57411f1d3353f1d6b314fae8da3f067c 100644 (file)
     "tag": [],
     "inReplyTo": "https://instance.gnusocial.test/object/note/1338",
     "inConversation": "https://instance.gnusocial.test/conversation/1338",
-    "to": [
-      "https://www.w3.org/ns/activitystreams#Public"
-    ],
-    "cc": [
-      "https://instance.gnusocial.test/actor/42/subscribers"
-    ]
+    "to": ["https://www.w3.org/ns/activitystreams#Public"],
+    "cc": ["https://instance.gnusocial.test/actor/42/subscribers"]
   },
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://instance.gnusocial.test/actor/42/subscribers"
-  ]
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://instance.gnusocial.test/actor/42/subscribers"]
 }
index 2ce600cf7b16363defc680c53f56ca4d7931a60b..ac1f5c2175fd8120baa35477fc30c86c397aa7d0 100644 (file)
   "id": "https://instance.gnusocial.test/activity/1338",
   "published": "2022-03-17T23:30:26+00:00",
   "actor": "https://instance.gnusocial.test/actor/42",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://instance.gnusocial.test/actor/21"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://instance.gnusocial.test/actor/21"],
   "object": {
     "type": "Page",
     "id": "https://instance.gnusocial.test/object/note/1338",
     "attachment": [],
     "tag": [],
     "inConversation": "https://instance.gnusocial.test/conversation/1338",
-    "to": [
-      "https://www.w3.org/ns/activitystreams#Public"
-    ],
-    "cc": [
-      "https://instance.gnusocial.test/actor/21"
-    ]
+    "to": ["https://www.w3.org/ns/activitystreams#Public"],
+    "cc": ["https://instance.gnusocial.test/actor/21"]
   }
-}
\ No newline at end of file
+}
index 09ce40ef5393a9bd878ad604ede5099453a7d8f6..ff2ae2003ca0f18ca0c41db66fb48b550508aeac 100644 (file)
@@ -1,16 +1,10 @@
 {
   "type": "Like",
-  "@context": [
-    "https://www.w3.org/ns/activitystreams"
-  ],
+  "@context": ["https://www.w3.org/ns/activitystreams"],
   "id": "https://another_instance.gnusocial.test/activity/41362",
   "published": "2022-03-20T17:54:15+00:00",
   "actor": "https://another_instance.gnusocial.test/actor/43",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://instance.gnusocial.test/actor/42"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://instance.gnusocial.test/actor/42"],
   "object": "https://instance.gnusocial.test/object/note/1337"
 }
index 08f58a93b83fbd997b706707a32b96db3550db7a..a1c9d8f78ea6ec5efccf311889471776fed2433c 100644 (file)
   "tag": [],
   "inReplyTo": "https://instance.gnusocial.test/object/note/1338",
   "inConversation": "https://instance.gnusocial.test/conversation/1338",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://instance.gnusocial.test/actor/42/subscribers"
-  ]
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://instance.gnusocial.test/actor/42/subscribers"]
 }
index f66d288545445c8d42a4d454f38c5d53afdf15c6..4a5a41fb450947f458a9dc6dec6d2dbb22e3ffed 100644 (file)
   "attachment": [],
   "tag": [],
   "inConversation": "https://instance.gnusocial.test/conversation/1338",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://instance.gnusocial.test/actor/21"
-  ]
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://instance.gnusocial.test/actor/21"]
 }
index ffe0504f17ab5a9cf2bbe4b54885a326673ddd68..a944718302260523e5b8581ab7f452fa3fe8a48b 100644 (file)
@@ -1,12 +1,8 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "http://enterprise.lemmy.ml/u/main",
   "target": "http://enterprise.lemmy.ml/c/main",
   "type": "Block",
index 15ab22b2cabb256ba9959ec4dfad085d8eb85a0d..49083448acfffc0c54f342668a57a1852ef00219 100644 (file)
@@ -1,17 +1,11 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": {
     "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-    "to": [
-      "https://www.w3.org/ns/activitystreams#Public"
-    ],
+    "to": ["https://www.w3.org/ns/activitystreams#Public"],
     "object": "http://ds9.lemmy.ml/u/lemmy_alpha",
-    "cc": [
-      "http://enterprise.lemmy.ml/c/main"
-    ],
+    "cc": ["http://enterprise.lemmy.ml/c/main"],
     "audience": "http://enterprise.lemmy.ml/u/main",
     "target": "http://enterprise.lemmy.ml/c/main",
     "type": "Block",
     "expires": "2021-11-01T12:23:50.151874+00:00",
     "id": "http://enterprise.lemmy.ml/activities/block/726f43ab-bd0e-4ab3-89c8-627e976f553c"
   },
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "http://enterprise.lemmy.ml/u/main",
   "type": "Undo",
   "id": "http://enterprise.lemmy.ml/activities/undo/06a20ffb-3e32-42fb-8f4c-674b36d7c557"
-}
\ No newline at end of file
+}
index f7e46ef588b2f1464eef32c225de81589a13a216..20fe6fd354f79798a7eeccdff0194bf72cc80632 100644 (file)
@@ -1,14 +1,10 @@
 {
-  "cc": [
-    "https://ds9.lemmy.ml/c/main"
-  ],
+  "cc": ["https://ds9.lemmy.ml/c/main"],
   "id": "https://ds9.lemmy.ml/activities/add/47d911f5-52c5-4659-b2fd-0e58c451a427",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "type": "Add",
   "actor": "https://ds9.lemmy.ml/u/lemmy_alpha",
   "object": "https://ds9.lemmy.ml/post/2",
   "target": "https://ds9.lemmy.ml/c/main/featured",
   "audience": "https://ds9.lemmy.ml/c/main"
-}
\ No newline at end of file
+}
index 69cfabc91f3e55b60eb07f2143b5889449733399..f440cab8f591f987c65a66681a05a7d103f25a57 100644 (file)
@@ -1,14 +1,10 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": "http://ds9.lemmy.ml/u/lemmy_alpha",
   "target": "http://enterprise.lemmy.ml/c/main/moderators",
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "http://enterprise.lemmy.ml/u/main",
   "type": "Add",
   "id": "http://enterprise.lemmy.ml/activities/add/ec069147-77c3-447f-88c8-0ef1df10403f"
-}
\ No newline at end of file
+}
index 6b58cf1cf3f20424e137272804525849066f5630..cb4db82890960d0ced64c33b3026bb258eeb9fd2 100644 (file)
@@ -1,13 +1,9 @@
 {
   "actor": "http://enterprise.lemmy.ml/c/main",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": {
     "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-    "to": [
-      "https://www.w3.org/ns/activitystreams#Public"
-    ],
+    "to": ["https://www.w3.org/ns/activitystreams#Public"],
     "object": {
       "type": "Page",
       "id": "http://enterprise.lemmy.ml/post/7",
       "stickied": false,
       "published": "2021-11-01T12:11:22.871846+00:00"
     },
-    "cc": [
-      "http://enterprise.lemmy.ml/c/main"
-    ],
+    "cc": ["http://enterprise.lemmy.ml/c/main"],
     "type": "Create",
     "id": "http://enterprise.lemmy.ml/activities/create/2807c9ec-3ad8-4859-a9e0-28b59b6e499f"
   },
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main/followers"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main/followers"],
   "type": "Announce",
   "id": "http://enterprise.lemmy.ml/activities/announce/8030b171-803a-4108-94b1-342688f375cf"
-}
\ No newline at end of file
+}
index 887d0f7e9da01361a45cfd2085983bbd75813d12..b98db74025c7ee51e6f14425269c37f5c6dce801 100644 (file)
@@ -1,13 +1,9 @@
 {
-      "id": "http://lemmy-alpha:8541/activities/lock/cb48761d-9e8c-42ce-aacb-b4bbe6408db2",
-      "actor": "http://lemmy-alpha:8541/u/lemmy_alpha",
-      "to": [
-            "https://www.w3.org/ns/activitystreams#Public"
-      ],
-      "object": "http://lemmy-alpha:8541/post/2",
-      "cc": [
-            "http://lemmy-alpha:8541/c/main"
-      ],
-      "type": "Lock",
-      "audience": "http://lemmy-alpha:8541/c/main"
-}
\ No newline at end of file
+  "id": "http://lemmy-alpha:8541/activities/lock/cb48761d-9e8c-42ce-aacb-b4bbe6408db2",
+  "actor": "http://lemmy-alpha:8541/u/lemmy_alpha",
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "object": "http://lemmy-alpha:8541/post/2",
+  "cc": ["http://lemmy-alpha:8541/c/main"],
+  "type": "Lock",
+  "audience": "http://lemmy-alpha:8541/c/main"
+}
index 7622582027733c9c474290585e1a89ceae1df963..4cabb95d2a20335d30201659fb3c55c02068ca42 100644 (file)
@@ -1,11 +1,7 @@
 {
-  "cc": [
-    "https://ds9.lemmy.ml/c/main"
-  ],
+  "cc": ["https://ds9.lemmy.ml/c/main"],
   "id": "https://ds9.lemmy.ml/activities/add/47d911f5-52c5-4659-b2fd-0e58c451a427",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "type": "Remove",
   "actor": "https://ds9.lemmy.ml/u/lemmy_alpha",
   "object": "https://ds9.lemmy.ml/post/2",
index 0c6db15567f27902879128633206c40d54b463ef..17f38078c649d105aa304acae1dfba227a1e0828 100644 (file)
@@ -1,14 +1,10 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "type": "Remove",
   "target": "http://enterprise.lemmy.ml/c/main/moderators",
   "audience": "http://enterprise.lemmy.ml/u/main",
   "id": "http://enterprise.lemmy.ml/activities/remove/aab114f8-cfbd-4935-a5b7-e1a64603650d"
-}
\ No newline at end of file
+}
index e58f656c79cc22b578a21dbbf14d60a4c20ae2b5..e35a623df1acc673759b672aaacd54ca7e46d66a 100644 (file)
@@ -1,11 +1,9 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "to": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "http://enterprise.lemmy.ml/u/main",
   "object": "http://enterprise.lemmy.ml/post/7",
   "summary": "report this post",
   "type": "Flag",
   "id": "http://ds9.lemmy.ml/activities/flag/98b0933f-5e45-4a95-a15f-e0dc86361ba4"
-}
\ No newline at end of file
+}
index 91e6a46317ffb3223e70702f28286e8290be968a..58c8cdbb3d616fba31cf8e9f57a278bfcf29ea55 100644 (file)
@@ -1,25 +1,17 @@
 {
-    "id": "http://lemmy-alpha:8541/activities/undo/d6066719-d277-4964-9190-4d6faffac286",
+  "id": "http://lemmy-alpha:8541/activities/undo/d6066719-d277-4964-9190-4d6faffac286",
+  "actor": "http://lemmy-alpha:8541/u/lemmy_alpha",
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "object": {
     "actor": "http://lemmy-alpha:8541/u/lemmy_alpha",
-    "to": [
-        "https://www.w3.org/ns/activitystreams#Public"
-    ],
-    "object": {
-        "actor": "http://lemmy-alpha:8541/u/lemmy_alpha",
-        "to": [
-            "https://www.w3.org/ns/activitystreams#Public"
-        ],
-        "object": "http://lemmy-alpha:8541/post/2",
-        "cc": [
-            "http://lemmy-alpha:8541/c/main"
-        ],
-        "type": "Lock",
-        "id": "http://lemmy-alpha:8541/activities/lock/08b6fd3e-9ef3-4358-a987-8bb641f3e2c3",
-        "audience": "http://lemmy-alpha:8541/c/main"
-    },
-    "cc": [
-        "http://lemmy-alpha:8541/c/main"
-    ],
-    "type": "Undo",
+    "to": ["https://www.w3.org/ns/activitystreams#Public"],
+    "object": "http://lemmy-alpha:8541/post/2",
+    "cc": ["http://lemmy-alpha:8541/c/main"],
+    "type": "Lock",
+    "id": "http://lemmy-alpha:8541/activities/lock/08b6fd3e-9ef3-4358-a987-8bb641f3e2c3",
     "audience": "http://lemmy-alpha:8541/c/main"
+  },
+  "cc": ["http://lemmy-alpha:8541/c/main"],
+  "type": "Undo",
+  "audience": "http://lemmy-alpha:8541/c/main"
 }
index 3da15a06fa6d7ddcf9eee0c8c9d70cfc06ba1da5..88129282ec7c93abbdf989a87c656a420c8bee08 100644 (file)
@@ -1,8 +1,6 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": {
     "type": "Group",
     "id": "http://enterprise.lemmy.ml/c/main",
     "published": "2021-10-29T15:05:51.476984+00:00",
     "updated": "2021-11-01T12:23:50.151874+00:00"
   },
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "http://enterprise.lemmy.ml/u/main",
   "type": "Update",
   "id": "http://ds9.lemmy.ml/activities/update/d3717cf5-096d-473f-9530-5d52f9d51f5f"
-}
\ No newline at end of file
+}
index 6eecfcfc928b86d2ea939972e8401e249a222d1b..eed673fc95333b63a1dfa8809fc9848c134a7f23 100644 (file)
@@ -1,15 +1,11 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": {
     "type": "Note",
     "id": "http://ds9.lemmy.ml/comment/1",
     "attributedTo": "http://ds9.lemmy.ml/u/lemmy_alpha",
-    "to": [
-      "https://www.w3.org/ns/activitystreams#Public"
-    ],
+    "to": ["https://www.w3.org/ns/activitystreams#Public"],
     "cc": [
       "http://enterprise.lemmy.ml/c/main",
       "http://ds9.lemmy.ml/u/lemmy_alpha"
@@ -38,4 +34,4 @@
   ],
   "type": "Create",
   "id": "http://ds9.lemmy.ml/activities/create/1e77d67c-44ac-45ed-bf2a-460e21f60236"
-}
\ No newline at end of file
+}
index e9dd80140e71ecf828f7352a797644c4bd855970..2f345245bee267c2b20a81e8f7f80956ea5e1fed 100644 (file)
@@ -1,8 +1,6 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": {
     "type": "Page",
     "id": "http://ds9.lemmy.ml/post/1",
     },
     "published": "2021-10-29T15:10:51.557399+00:00"
   },
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "https://enterprise.lemmy.ml/c/main",
   "type": "Create",
   "id": "http://ds9.lemmy.ml/activities/create/eee6a57a-622f-464d-b560-73ae1fcd3ddf"
-}
\ No newline at end of file
+}
index de080a8f9ccfef67f1f168987f6c6fc01f4b097d..7385154007bf85ea32b009d03a0ca4180983fe74 100644 (file)
@@ -1,16 +1,12 @@
 {
   "id": "http://enterprise.lemmy.ml/activities/create/987d05fa-f637-46d7-85be-13d112bc269f",
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "http://ds9.lemmy.ml/u/lemmy_alpha"
-  ],
+  "to": ["http://ds9.lemmy.ml/u/lemmy_alpha"],
   "object": {
     "type": "ChatMessage",
     "id": "http://enterprise.lemmy.ml/private_message/1",
     "attributedTo": "http://enterprise.lemmy.ml/u/lemmy_beta",
-    "to": [
-      "http://ds9.lemmy.ml/u/lemmy_alpha"
-    ],
+    "to": ["http://ds9.lemmy.ml/u/lemmy_alpha"],
     "content": "hello",
     "mediaType": "text/html",
     "source": {
@@ -20,4 +16,4 @@
     "published": "2021-10-29T15:31:56.058289+00:00"
   },
   "type": "Create"
-}
\ No newline at end of file
+}
index daaf76bfcba681d32abfbf01d16e74c47ed3be18..606904fc44ef0db82f63d9962d23681b810a8674 100644 (file)
@@ -1,8 +1,6 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": {
     "type": "Page",
     "id": "http://ds9.lemmy.ml/post/1",
     "published": "2021-10-29T15:10:51.557399+00:00",
     "updated": "2021-10-29T15:11:35.976374+00:00"
   },
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "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
+}
index 590db014d2a4268d4c5b846479bb84076b766562..d0fcdea5b5d6d5895b049a8218c4f800fe88e0ca 100644 (file)
@@ -1,13 +1,9 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": "http://ds9.lemmy.ml/post/1",
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "http://enterprise.lemmy.ml/u/main",
   "type": "Delete",
   "id": "http://ds9.lemmy.ml/activities/delete/f2abee48-c7bb-41d5-9e27-8775ff32db12"
-}
\ No newline at end of file
+}
index f5f85ac3ea5fa7b25280ac5e7a39beaeac53a8f3..e128a4d3c886a0d0c87ea7ef1d59f996051619d9 100644 (file)
@@ -1,9 +1,7 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "http://enterprise.lemmy.ml/u/lemmy_beta"
-  ],
+  "to": ["http://enterprise.lemmy.ml/u/lemmy_beta"],
   "object": "http://enterprise.lemmy.ml/private_message/1",
   "type": "Delete",
   "id": "http://enterprise.lemmy.ml/activities/delete/041d9858-5eef-4ad9-84ae-7455b4d87ed9"
-}
\ No newline at end of file
+}
index da93cdbe6068d57496019a3590af3373c6e391be..7ef54c756b808602206c826df1b72418ce682b6e 100644 (file)
@@ -1,9 +1,7 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": "http://ds9.lemmy.ml/u/lemmy_alpha",
   "type": "Delete",
   "id": "http://ds9.lemmy.ml/activities/delete/f2abee48-c7bb-41d5-9e27-8775ff32db12"
-}
\ No newline at end of file
+}
index 29a299832f97cd43201cf45b374c06f6ebeb1402..b0d6e5e8d16e0834820f2634424d9b49736803d0 100644 (file)
@@ -1,14 +1,10 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": "http://ds9.lemmy.ml/comment/1",
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "http://enterprise.lemmy.ml/u/main",
   "type": "Delete",
   "summary": "bad comment",
   "id": "http://enterprise.lemmy.ml/activities/delete/42ca1a79-f99e-4518-a2ca-ba2df221eb5e"
-}
\ No newline at end of file
+}
index 2e7fbce4cf256869262682d14175526d55535b8c..dc5307d7ccdae3aa37f30b3f1991d9258543350f 100644 (file)
@@ -1,25 +1,17 @@
 {
   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": {
     "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
-    "to": [
-      "https://www.w3.org/ns/activitystreams#Public"
-    ],
+    "to": ["https://www.w3.org/ns/activitystreams#Public"],
     "object": "http://ds9.lemmy.ml/post/1",
-    "cc": [
-      "http://enterprise.lemmy.ml/c/main"
-    ],
+    "cc": ["http://enterprise.lemmy.ml/c/main"],
     "audience": "http://enterprise.lemmy.ml/u/main",
     "type": "Delete",
     "id": "http://ds9.lemmy.ml/activities/delete/b13cca96-7737-41e1-9769-8fbf972b3509"
   },
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "http://enterprise.lemmy.ml/u/main",
   "type": "Undo",
   "id": "http://ds9.lemmy.ml/activities/undo/5e939cfb-b8a1-4de8-950f-9d684e9162b9"
-}
\ No newline at end of file
+}
index d9b4ed75a6588848a371d4f31c4965a892306a1b..2132f133a1ab8e7614be0c6dfa0d804c479841d2 100644 (file)
@@ -1,17 +1,13 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "http://ds9.lemmy.ml/u/lemmy_alpha"
-  ],
+  "to": ["http://ds9.lemmy.ml/u/lemmy_alpha"],
   "object": {
     "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-    "to": [
-      "http://enterprise.lemmy.ml/u/lemmy_beta"
-    ],
+    "to": ["http://enterprise.lemmy.ml/u/lemmy_beta"],
     "object": "http://enterprise.lemmy.ml/private_message/1",
     "type": "Delete",
     "id": "http://enterprise.lemmy.ml/activities/delete/616c41be-04ed-4bd4-b865-30712186b122"
   },
   "type": "Undo",
   "id": "http://enterprise.lemmy.ml/activities/undo/35e5b337-014c-4bbe-8d63-6fac96f51409"
-}
\ No newline at end of file
+}
index 6cabdaf2aae659bd29ceceae0862b5b3b9c4128a..4c335acca3df894d0b997e870f9532de4d854089 100644 (file)
@@ -1,26 +1,18 @@
 {
   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": {
     "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
-    "to": [
-      "https://www.w3.org/ns/activitystreams#Public"
-    ],
+    "to": ["https://www.w3.org/ns/activitystreams#Public"],
     "object": "http://ds9.lemmy.ml/comment/1",
-    "cc": [
-      "http://enterprise.lemmy.ml/c/main"
-    ],
+    "cc": ["http://enterprise.lemmy.ml/c/main"],
     "audience": "http://enterprise.lemmy.ml/u/main",
     "type": "Delete",
     "summary": "bad comment",
     "id": "http://enterprise.lemmy.ml/activities/delete/2598435c-87a3-49cd-81f3-a44b03b7af9d"
   },
-  "cc": [
-    "http://enterprise.lemmy.ml/c/main"
-  ],
+  "cc": ["http://enterprise.lemmy.ml/c/main"],
   "audience": "http://enterprise.lemmy.ml/u/main",
   "type": "Undo",
   "id": "http://enterprise.lemmy.ml/activities/undo/a850cf21-3866-4b3a-b80b-56aa00997fee"
-}
\ No newline at end of file
+}
index b524a56ec5a5de84ef48e08aecdeb8551cad63a9..b2ba7bb590088c4e10178a936aa1f65fef418c66 100644 (file)
@@ -10,4 +10,4 @@
   },
   "type": "Accept",
   "id": "http://enterprise.lemmy.ml/activities/accept/75f080cc-3d45-4654-8186-8f3bb853fa27"
-}
\ No newline at end of file
+}
index fe797233c1c1ca85385c7d05da751f52f363bca0..89cc57284dec688fbbbe5e5c5e6c2a6c63988e89 100644 (file)
@@ -4,4 +4,4 @@
   "object": "http://enterprise.lemmy.ml/c/main",
   "type": "Follow",
   "id": "http://ds9.lemmy.ml/activities/follow/6abcd50b-b8ca-4952-86b0-a6dd8cc12866"
-}
\ No newline at end of file
+}
index 255823d8d60c193476d7a387af7304808c4614ef..26552f8bb0795ca4759fd0a8b60821615dd4f63a 100644 (file)
@@ -10,4 +10,4 @@
   },
   "type": "Undo",
   "id": "http://ds9.lemmy.ml/activities/undo/dd83c482-8ebd-4b6c-9008-c8373bd1a86a"
-}
\ No newline at end of file
+}
index 3d11a51c2904292e2d20aa59523896fddb4aeafe..bfa12972b21b0be73c214773f08bf55d61cdfd49 100644 (file)
@@ -4,4 +4,4 @@
   "audience": "https://enterprise.lemmy.ml/c/tenforward",
   "type": "Dislike",
   "id": "http://enterprise.lemmy.ml/activities/dislike/64d40d40-a829-43a5-8247-1fb595b3ca1c"
-}
\ No newline at end of file
+}
index e72fb5d9d4b761695e26cd1f91cf686eabdfbbdb..ffc6fccc96aedd74cff8c705e0520ea39fcdd1a5 100644 (file)
@@ -4,4 +4,4 @@
   "audience": "https://enterprise.lemmy.ml/c/tenforward",
   "type": "Like",
   "id": "http://ds9.lemmy.ml/activities/like/fd61d070-7382-46a9-b2b7-6bb253732877"
-}
\ No newline at end of file
+}
index 098242dbec8d6eb2e060f086f96759268ae71c7a..d5e1982b1f5f13e619a24da4c335d7a7340cae45 100644 (file)
@@ -10,4 +10,4 @@
   "audience": "https://enterprise.lemmy.ml/c/tenforward",
   "type": "Undo",
   "id": "http://enterprise.lemmy.ml/activities/undo/6cc6fb71-39fe-49ea-9506-f0423b101e98"
-}
\ No newline at end of file
+}
index b4d5d31a6640956b7b8f9ef3228663ff90603c8f..3619636a8d083baf4ea5be57915e499b933ce4da 100644 (file)
@@ -10,4 +10,4 @@
   "audience": "https://enterprise.lemmy.ml/c/tenforward",
   "type": "Undo",
   "id": "http://ds9.lemmy.ml/activities/undo/3518565c-24a7-4d9e-8e0a-f7a2f45ac618"
-}
\ No newline at end of file
+}
index a2b03ab17f43699bc12131456c91d30ee83a2c8b..a3af4a43830b5da6a8e4d0e0ae347166a6f580a7 100644 (file)
@@ -3,4 +3,4 @@
   "type": "Collection",
   "totalItems": 3,
   "items": []
-}
\ No newline at end of file
+}
index eccd0dad732110c75f6642a09376065e76547ea7..511e35b4be23e37141db743da11755b02d2c8208 100644 (file)
@@ -1,7 +1,5 @@
 {
   "type": "OrderedCollection",
   "id": "https://enterprise.lemmy.ml/c/tenforward/moderators",
-  "orderedItems": [
-    "https://enterprise.lemmy.ml/u/picard"
-  ]
-}
\ No newline at end of file
+  "orderedItems": ["https://enterprise.lemmy.ml/u/picard"]
+}
index d39c12d9eb4e029f39827d51dffd21fe3b8c49cc..1bdb816b0fe1c0e0ad6d890070c8b308addadcb4 100644 (file)
@@ -1,81 +1,65 @@
 {
-  "type":"OrderedCollection",
-  "id":"https://ds9.lemmy.ml/c/testcom/outbox",
-  "totalItems":2,
-  "orderedItems":[
+  "type": "OrderedCollection",
+  "id": "https://ds9.lemmy.ml/c/testcom/outbox",
+  "totalItems": 2,
+  "orderedItems": [
     {
-      "actor":"https://ds9.lemmy.ml/c/testcom",
-      "to":[
-        "https://www.w3.org/ns/activitystreams#Public"
-      ],
-      "object":{
-        "actor":"https://ds9.lemmy.ml/u/nutomic",
-        "to":[
-          "https://www.w3.org/ns/activitystreams#Public"
-        ],
-        "cc":[
-          "https://ds9.lemmy.ml/c/testcom"
-        ],
-        "type":"Create",
-        "id":"http://ds9.lemmy.ml/activities/create/eee6a57a-622f-464d-b560-73ae1fcd3ddf",
-        "object":{
-          "type":"Page",
-          "id":"https://ds9.lemmy.ml/post/2328",
-          "attributedTo":"https://ds9.lemmy.ml/u/nutomic",
-          "to":[
+      "actor": "https://ds9.lemmy.ml/c/testcom",
+      "to": ["https://www.w3.org/ns/activitystreams#Public"],
+      "object": {
+        "actor": "https://ds9.lemmy.ml/u/nutomic",
+        "to": ["https://www.w3.org/ns/activitystreams#Public"],
+        "cc": ["https://ds9.lemmy.ml/c/testcom"],
+        "type": "Create",
+        "id": "http://ds9.lemmy.ml/activities/create/eee6a57a-622f-464d-b560-73ae1fcd3ddf",
+        "object": {
+          "type": "Page",
+          "id": "https://ds9.lemmy.ml/post/2328",
+          "attributedTo": "https://ds9.lemmy.ml/u/nutomic",
+          "to": [
             "https://ds9.lemmy.ml/c/testcom",
             "https://www.w3.org/ns/activitystreams#Public"
           ],
-          "name":"another outbox test",
-          "mediaType":"text/html",
-          "commentsEnabled":true,
-          "sensitive":false,
-          "stickied":false,
-          "published":"2021-11-18T17:19:45.895163+00:00"
+          "name": "another outbox test",
+          "mediaType": "text/html",
+          "commentsEnabled": true,
+          "sensitive": false,
+          "stickied": false,
+          "published": "2021-11-18T17:19:45.895163+00:00"
         }
       },
-      "cc":[
-        "https://ds9.lemmy.ml/c/testcom/followers"
-      ],
-      "type":"Announce",
-      "id":"https://ds9.lemmy.ml/activities/announce/b204fe9f-b13d-4af2-9d22-239ac2d892e6"
+      "cc": ["https://ds9.lemmy.ml/c/testcom/followers"],
+      "type": "Announce",
+      "id": "https://ds9.lemmy.ml/activities/announce/b204fe9f-b13d-4af2-9d22-239ac2d892e6"
     },
     {
-      "actor":"https://ds9.lemmy.ml/c/testcom",
-      "to":[
-        "https://www.w3.org/ns/activitystreams#Public"
-      ],
-      "object":{
-        "actor":"https://ds9.lemmy.ml/u/nutomic",
-        "to":[
-          "https://www.w3.org/ns/activitystreams#Public"
-        ],
-        "cc":[
-          "https://ds9.lemmy.ml/c/testcom"
-        ],
-        "type":"Create",
-        "id":"http://ds9.lemmy.ml/activities/create/eee6a57a-622f-464d-b560-73ae1fcd3ddf",
-        "object":{
-          "type":"Page",
-          "id":"https://ds9.lemmy.ml/post/2327",
-          "attributedTo":"https://ds9.lemmy.ml/u/nutomic",
-          "to":[
+      "actor": "https://ds9.lemmy.ml/c/testcom",
+      "to": ["https://www.w3.org/ns/activitystreams#Public"],
+      "object": {
+        "actor": "https://ds9.lemmy.ml/u/nutomic",
+        "to": ["https://www.w3.org/ns/activitystreams#Public"],
+        "cc": ["https://ds9.lemmy.ml/c/testcom"],
+        "type": "Create",
+        "id": "http://ds9.lemmy.ml/activities/create/eee6a57a-622f-464d-b560-73ae1fcd3ddf",
+        "object": {
+          "type": "Page",
+          "id": "https://ds9.lemmy.ml/post/2327",
+          "attributedTo": "https://ds9.lemmy.ml/u/nutomic",
+          "to": [
             "https://ds9.lemmy.ml/c/testcom",
             "https://www.w3.org/ns/activitystreams#Public"
           ],
-          "name":"outbox test",
-          "mediaType":"text/html",
-          "commentsEnabled":true,
-          "sensitive":false,
-          "stickied":false,
-          "published":"2021-11-18T17:19:05.763109+00:00"
+          "name": "outbox test",
+          "mediaType": "text/html",
+          "commentsEnabled": true,
+          "sensitive": false,
+          "stickied": false,
+          "published": "2021-11-18T17:19:05.763109+00:00"
         }
       },
-      "cc":[
-        "https://ds9.lemmy.ml/c/testcom/followers"
-      ],
-      "type":"Announce",
-      "id":"https://ds9.lemmy.ml/activities/announce/c6c960ce-c8d8-4231-925e-3ba367468f18"
+      "cc": ["https://ds9.lemmy.ml/c/testcom/followers"],
+      "type": "Announce",
+      "id": "https://ds9.lemmy.ml/activities/announce/c6c960ce-c8d8-4231-925e-3ba367468f18"
     }
   ]
-}
\ No newline at end of file
+}
index 8da56102345a7b07674f303c1c042c89ce36d057..ddbfa69f29e5f954d60a0ff4b74295874bf4aff1 100644 (file)
@@ -3,4 +3,4 @@
   "id": "http://ds9.lemmy.ml/u/lemmy_alpha/outbox",
   "orderedItems": [],
   "totalItems": 0
-}
\ No newline at end of file
+}
index c639aef92af7f09f34e1c20c25b34a86ad5bc533..c39db8dea62e2fb94f0b6625c093278b3ad09b06 100644 (file)
@@ -2,9 +2,7 @@
   "id": "https://enterprise.lemmy.ml/private_message/1621",
   "type": "ChatMessage",
   "attributedTo": "https://enterprise.lemmy.ml/u/picard",
-  "to": [
-    "https://queer.hacktivis.me/users/lanodan"
-  ],
+  "to": ["https://queer.hacktivis.me/users/lanodan"],
   "content": "<p>Hello hello, testing</p>\n",
   "mediaType": "text/html",
   "source": {
index 1ac6939c126200b696e6c4032e92485164de645f..a7c3ca5dbb4782ca1e8f7217cd9a3f272f6e5d17 100644 (file)
@@ -27,4 +27,4 @@
     }
   ],
   "published": "2022-01-19T21:52:11.110741+00:00"
-}
\ No newline at end of file
+}
index fa3dadd85fa72246fed4fa0c7682fc4596b5cbb6..e2255b2553764a67a05ed5c6de06d3da3ceccba7 100644 (file)
@@ -25,4 +25,4 @@
   "id": "https://narwhal.city/communities/12",
   "type": "Group",
   "name": "Iotide"
-}
\ No newline at end of file
+}
index 4744607358099d05a25c0e463d92e28df52eeb5a..3d27509783a260c940b07e60ec7e1ee013d04101 100644 (file)
@@ -16,4 +16,4 @@
   "type": "Note",
   "mediaType": "text/html",
   "published": "2020-12-31T06:47:24.470801+00:00"
-}
\ No newline at end of file
+}
index d796a043eb9af2fbd417b87eecfbf27743163324..b112a3785056e438981c956d4abfe545bcc0524c 100644 (file)
@@ -10,9 +10,7 @@
   "type": "Create",
   "actor": "https://mastodon.madrid/users/felix",
   "published": "2021-11-05T11:46:50Z",
-  "to": [
-    "https://mastodon.madrid/users/felix/followers"
-  ],
+  "to": ["https://mastodon.madrid/users/felix/followers"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://mamot.fr/users/retiolus"
@@ -25,9 +23,7 @@
     "published": "2021-11-05T11:46:50Z",
     "url": "https://mastodon.madrid/@felix/107224289116410645",
     "attributedTo": "https://mastodon.madrid/users/felix",
-    "to": [
-      "https://mastodon.madrid/users/felix/followers"
-    ],
+    "to": ["https://mastodon.madrid/users/felix/followers"],
     "cc": [
       "https://www.w3.org/ns/activitystreams#Public",
       "https://mamot.fr/users/retiolus"
@@ -59,4 +55,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}
index dec21ca48062d5380ac7f20cce373ec558df621d..2f0ff613d06f215cfb7cf968dbc442819764001d 100644 (file)
@@ -9,9 +9,7 @@
   "id": "https://mastodon.madrid/users/felix/statuses/107773559874184870#delete",
   "type": "Delete",
   "actor": "https://mastodon.madrid/users/felix",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "object": {
     "id": "https://mastodon.madrid/users/felix/statuses/107773559874184870",
     "type": "Tombstone",
@@ -23,4 +21,4 @@
     "created": "2022-02-10T11:54:18Z",
     "signatureValue": "NjGnbkvouSP/cSusR7+sz39iEYxWXCu6nFmBXU3t8ETPkmbpMF5ASeJixXvpTOqbOfkMoWfXncw+jDsbqZ3ELaHGG1gZ5wHWym7mk7YCjQokpF3oPhTWmlEJCVKgewXMrfI4Ok8GGsUMGzuki9EyBDGc/UNBMEAhcxV5Huu7QSQDowcbIwxS3ImxFmtKFceh6mv/kMiXUerCgkYSm6rYZeXZGMTUpvcn9gP6X6Ed6UsrLjCSb3Fj0Naz7LHtzZXRSZDZF/SX2Vw/xKJIgEGzSCv+LKZGvEEkK8PPfMJJhi8cBJebkqOnBGtE6gYK2z2cm/oGorZtXU2L05pXmLAlYQ=="
   }
-}
\ No newline at end of file
+}
index d8468f73ec4cd1492f0f199a19c3cbb07642e20c..cdf91cdc0ad25edc27d13533c36031ce6bbe3459 100644 (file)
@@ -1,7 +1,7 @@
 {
-  "@context":"https://www.w3.org/ns/activitystreams",
-  "id":"https://mastodon.madrid/users/felix#likes/212340",
-  "type":"Like",
-  "actor":"https://mastodon.madrid/users/felix",
-  "object":"https://ds9.lemmy.ml/post/147"
+  "@context": "https://www.w3.org/ns/activitystreams",
+  "id": "https://mastodon.madrid/users/felix#likes/212340",
+  "type": "Like",
+  "actor": "https://mastodon.madrid/users/felix",
+  "object": "https://ds9.lemmy.ml/post/147"
 }
index d47ecd886f38c6efa6740c1dbbfbd44e40f3ed12..a05aefb4aff332678e661d18612e8a8d4ba190f8 100644 (file)
@@ -10,4 +10,3 @@
     "object": "https://ds9.lemmy.ml/c/testcom"
   }
 }
-
index 83afb210bb017811ac9e6ff8fed0799bf22a22ef..bddfe157a44284bb6f537669f7cd8ec9495dcf25 100644 (file)
@@ -1,12 +1,12 @@
 {
-  "@context":"https://www.w3.org/ns/activitystreams",
-  "id":"https://mastodon.madrid/users/felix#likes/212341/undo",
-  "type":"Undo",
-  "actor":"https://mastodon.madrid/users/felix",
+  "@context": "https://www.w3.org/ns/activitystreams",
+  "id": "https://mastodon.madrid/users/felix#likes/212341/undo",
+  "type": "Undo",
+  "actor": "https://mastodon.madrid/users/felix",
   "object": {
-    "id":"https://mastodon.madrid/users/felix#likes/212341",
-    "type":"Like",
-    "actor":"https://mastodon.madrid/users/felix",
-    "object":"https://ds9.lemmy.ml/post/147"
+    "id": "https://mastodon.madrid/users/felix#likes/212341",
+    "type": "Like",
+    "actor": "https://mastodon.madrid/users/felix",
+    "object": "https://ds9.lemmy.ml/post/147"
   }
-}
\ No newline at end of file
+}
index fecc7bbed4ab5b9f8c1700fb3a73334adbdb852b..d897f331acbc08a70d1c0ce9eb6ea59593d16010 100644 (file)
       "published": "2020-05-28T14:52:14Z",
       "url": "https://mastodon.social/@LemmyDev/104246642906910728",
       "attributedTo": "https://mastodon.social/users/LemmyDev",
-      "to": [
-        "https://www.w3.org/ns/activitystreams#Public"
-      ],
-      "cc": [
-        "https://mastodon.social/users/LemmyDev/followers"
-      ],
+      "to": ["https://www.w3.org/ns/activitystreams#Public"],
+      "cc": ["https://mastodon.social/users/LemmyDev/followers"],
       "sensitive": false,
       "atomUri": "https://mastodon.social/users/LemmyDev/statuses/104246642906910728",
       "inReplyToAtomUri": null,
index 176b403570322ceeb0c0a2a6efae71ba8b7ead69..a0ed0b814c96e22d8f9328977ee3f8c63c217107 100644 (file)
@@ -18,9 +18,7 @@
   "published": "2021-11-05T11:46:50Z",
   "url": "https://mastodon.madrid/@felix/107224289116410645",
   "attributedTo": "https://mastodon.madrid/users/felix",
-  "to": [
-    "https://mastodon.madrid/users/felix/followers"
-  ],
+  "to": ["https://mastodon.madrid/users/felix/followers"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://mamot.fr/users/retiolus"
@@ -51,4 +49,4 @@
       "items": []
     }
   }
-}
\ No newline at end of file
+}
index 06d9b2215aeadae5d42bfb5ba198b0d33e3877e8..d2195dbf3da19a91c4d3524b14cfd4f9114e1afd 100644 (file)
@@ -17,9 +17,7 @@
   "published": "2021-11-05T11:46:50Z",
   "url": "https://mastodon.madrid/@felix/107224289116410645",
   "attributedTo": "https://mastodon.madrid/users/felix",
-  "to": [
-    "https://mastodon.madrid/users/felix/followers"
-  ],
+  "to": ["https://mastodon.madrid/users/felix/followers"],
   "cc": [
     "https://www.w3.org/ns/activitystreams#Public",
     "https://mamot.fr/users/retiolus"
@@ -50,4 +48,4 @@
       "items": []
     }
   }
-}
\ No newline at end of file
+}
index 0ae4e7fa239acfe6d14dda321539f8b3b98db7f1..e50e6b8a86a6610496c660f060f98bc850044301 100644 (file)
@@ -90,4 +90,4 @@
     "mediaType": "image/jpeg",
     "url": "https://mastodon.madrid/system/accounts/avatars/000/087/969/original/ffdd1c832b453bc9.jpg?1598972149"
   }
-}
\ No newline at end of file
+}
index 414ffc8250e47f3baffacac4be8814dd49f9caca..02a0058480ad74780008caa60e4f3ace073a9f40 100644 (file)
@@ -1,12 +1,8 @@
 {
   "timezone": "Europe/London",
   "isOnline": false,
-  "contacts": [
-    "https://rendezvous.nomagic.uk/@emorrp1"
-  ],
-  "cc": [
-    "https://rendezvous.nomagic.uk/@emorrp1/followers"
-  ],
+  "contacts": ["https://rendezvous.nomagic.uk/@emorrp1"],
+  "cc": ["https://rendezvous.nomagic.uk/@emorrp1/followers"],
   "id": "https://rendezvous.nomagic.uk/events/b81c0531-a57c-497d-93ba-af0f8b255498",
   "inLanguage": "en",
   "endTime": "2022-12-11T21:00:00+00:00",
@@ -19,9 +15,7 @@
   "remainingAttendeeCapacity": null,
   "anonymousParticipationEnabled": true,
   "ical:status": "CONFIRMED",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
   "joinMode": "free",
   "location": {
     "address": {
index 28f06e8c10fdc0856cf9a9df8c9343bf84a325c0..afad09c0f4161f87268727f490780983d56e0b47 100644 (file)
@@ -3,12 +3,8 @@
   "id": "https://framatube.org/videos/watch/60c4bea4-6bb2-4fce-8d9f-8a522575419d/announces/395533",
   "actor": "https://framatube.org/video-channels/joinpeertube",
   "object": "https://framatube.org/videos/watch/60c4bea4-6bb2-4fce-8d9f-8a522575419d",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://framatube.org/accounts/framasoft/followers"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://framatube.org/accounts/framasoft/followers"],
   "@context": [
     "https://www.w3.org/ns/activitystreams",
     "https://w3id.org/security/v1",
       }
     }
   ]
-}
\ No newline at end of file
+}
index 8df8d5861a91fedc05979587c80946cf2fe174cf..40024a9a8ae13d315e1a53da2b4359cc6f1cb2f2 100644 (file)
       "name": "@af2@bae.st"
     }
   ],
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://video.antopie.org/accounts/yoge6785555/followers"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://video.antopie.org/accounts/yoge6785555/followers"],
   "@context": [
     "https://www.w3.org/ns/activitystreams",
     "https://w3id.org/security/v1",
index 4325c8fa6012d324e62e92f7b30b3b7307200df6..78e732fe58238007a2930a86576f600bde63e113 100644 (file)
         },
         {
           "type": "Link",
-          "rel": [
-            "metadata",
-            "video/mp4"
-          ],
+          "rel": ["metadata", "video/mp4"],
           "mediaType": "application/json",
           "href": "https://framatube.org/api/v1/videos/4294a720-f263-4ea4-9392-cf9cea4d5277/metadata/1421492",
           "height": 1080,
         },
         {
           "type": "Link",
-          "rel": [
-            "metadata",
-            "video/mp4"
-          ],
+          "rel": ["metadata", "video/mp4"],
           "mediaType": "application/json",
           "href": "https://framatube.org/api/v1/videos/4294a720-f263-4ea4-9392-cf9cea4d5277/metadata/1421496",
           "height": 720,
         },
         {
           "type": "Link",
-          "rel": [
-            "metadata",
-            "video/mp4"
-          ],
+          "rel": ["metadata", "video/mp4"],
           "mediaType": "application/json",
           "href": "https://framatube.org/api/v1/videos/4294a720-f263-4ea4-9392-cf9cea4d5277/metadata/1421494",
           "height": 480,
         },
         {
           "type": "Link",
-          "rel": [
-            "metadata",
-            "video/mp4"
-          ],
+          "rel": ["metadata", "video/mp4"],
           "mediaType": "application/json",
           "href": "https://framatube.org/api/v1/videos/4294a720-f263-4ea4-9392-cf9cea4d5277/metadata/1421495",
           "height": 360,
         },
         {
           "type": "Link",
-          "rel": [
-            "metadata",
-            "video/mp4"
-          ],
+          "rel": ["metadata", "video/mp4"],
           "mediaType": "application/json",
           "href": "https://framatube.org/api/v1/videos/4294a720-f263-4ea4-9392-cf9cea4d5277/metadata/1421497",
           "height": 240,
         },
         {
           "type": "Link",
-          "rel": [
-            "metadata",
-            "video/mp4"
-          ],
+          "rel": ["metadata", "video/mp4"],
           "mediaType": "application/json",
           "href": "https://framatube.org/api/v1/videos/4294a720-f263-4ea4-9392-cf9cea4d5277/metadata/1421493",
           "height": 0,
     {
       "type": "Link",
       "name": "tracker-http",
-      "rel": [
-        "tracker",
-        "http"
-      ],
+      "rel": ["tracker", "http"],
       "href": "https://framatube.org/tracker/announce"
     },
     {
       "type": "Link",
       "name": "tracker-websocket",
-      "rel": [
-        "tracker",
-        "websocket"
-      ],
+      "rel": ["tracker", "websocket"],
       "href": "wss://framatube.org:443/tracker/socket"
     }
   ],
       "id": "https://framatube.org/video-channels/joinpeertube"
     }
   ],
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://framatube.org/accounts/framasoft/followers"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://framatube.org/accounts/framasoft/followers"],
   "@context": [
     "https://www.w3.org/ns/activitystreams",
     "https://w3id.org/security/v1",
index 55594ced03dcf2a598bad79d506dc28af34f0959..3e648aa59de63d811052d85db7050903ad7f0447 100644 (file)
@@ -7,9 +7,7 @@
     }
   ],
   "actor": "https://greenish.red/users/nutomic",
-  "cc": [
-    "https://greenish.red/users/nutomic/followers"
-  ],
+  "cc": ["https://greenish.red/users/nutomic/followers"],
   "context": "https://greenish.red/contexts/f6244742-0526-4b84-ac4f-ceadf1fb4e56",
   "context_id": 6336544,
   "directMessage": false,
@@ -18,9 +16,7 @@
     "actor": "https://greenish.red/users/nutomic",
     "attachment": [],
     "attributedTo": "https://greenish.red/users/nutomic",
-    "cc": [
-      "https://greenish.red/users/nutomic/followers"
-    ],
+    "cc": ["https://greenish.red/users/nutomic/followers"],
     "content": "<span class=\"h-card\"><a class=\"u-url mention\" data-user=\"ACimPLEXPDd7enu3cm\" href=\"https://enterprise.lemmy.ml/u/picard\" rel=\"ugc\">@<span>lanodan</span></a></span> test",
     "context": "https://greenish.red/contexts/f6244742-0526-4b84-ac4f-ceadf1fb4e56",
     "conversation": "https://greenish.red/contexts/f6244742-0526-4b84-ac4f-ceadf1fb4e56",
@@ -49,4 +45,4 @@
     "https://www.w3.org/ns/activitystreams#Public"
   ],
   "type": "Create"
-}
\ No newline at end of file
+}
index b5aa08ef9945777eefc4e00eaaeb73e6595f2e7a..aa3188ccaf09dbf934f136f5c5c0e365f914459d 100644 (file)
@@ -32,4 +32,4 @@
     "https://www.w3.org/ns/activitystreams#Public"
   ],
   "type": "Delete"
-}
\ No newline at end of file
+}
index 8d0f008a83029aabf60a4e27c31878e4752c7ae5..1e708c95d6b32fcd3110dc86934b2064ffcd9aab 100644 (file)
@@ -11,8 +11,6 @@
   "id": "https://mycrowd.ca/activities/dab6a4d3-0db0-41ee-8aab-7bfa4929b4fd",
   "object": "https://lemmy.ca/u/kinetix",
   "state": "pending",
-  "to": [
-    "https://lemmy.ca/u/kinetix"
-  ],
+  "to": ["https://lemmy.ca/u/kinetix"],
   "type": "Follow"
 }
index e4b987d703b5903874681e26aed0f9acd654bd19..6a2afc82e2ab8990127d393aab3c607888ffb502 100644 (file)
@@ -10,8 +10,6 @@
   "content": "Hi!",
   "id": "https://queer.hacktivis.me/objects/2",
   "published": "2020-02-12T14:08:20Z",
-  "to": [
-    "https://enterprise.lemmy.ml/u/picard"
-  ],
+  "to": ["https://enterprise.lemmy.ml/u/picard"],
   "type": "ChatMessage"
 }
index 61b636309e34d6ba879c539013664af1dfa2ecb8..ff4b20d257566564f78c38cbb3f7e2b51b323ad4 100644 (file)
@@ -9,9 +9,7 @@
   "actor": "https://queer.hacktivis.me/users/lanodan",
   "attachment": [],
   "attributedTo": "https://queer.hacktivis.me/users/lanodan",
-  "cc": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
+  "cc": ["https://www.w3.org/ns/activitystreams#Public"],
   "content": "<span class=\"h-card\"><a class=\"u-url mention\" data-user=\"9zkUX4o3WxGM8vGPfU\" href=\"https://pleroma.popolon.org/users/popolon\" rel=\"ugc\">@<span>popolon</span></a></span> Have what?",
   "context": "https://queer.hacktivis.me/contexts/34cba3d2-2f35-4169-aeff-56af9bfeb753",
   "conversation": "https://queer.hacktivis.me/contexts/34cba3d2-2f35-4169-aeff-56af9bfeb753",
index 4bd199d4a8c4bdca0957c910d55b7891b20d4908..b4438b17def9a6fbbb9c7814e25ac59725edf276 100644 (file)
@@ -2,12 +2,8 @@
   "type": "Create",
   "id": "https://friends.grishka.me/posts/66561/activityCreate",
   "published": "2021-11-09T11:42:35Z",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://ds9.lemmy.ml/u/nutomic"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://ds9.lemmy.ml/u/nutomic"],
   "actor": "https://friends.grishka.me/users/1",
   "object": {
     "type": "Note",
       }
     ],
     "url": "https://friends.grishka.me/posts/66561",
-    "to": [
-      "https://www.w3.org/ns/activitystreams#Public"
-    ],
-    "cc": [
-      "https://ds9.lemmy.ml/u/nutomic"
-    ],
+    "to": ["https://www.w3.org/ns/activitystreams#Public"],
+    "cc": ["https://ds9.lemmy.ml/u/nutomic"],
     "replies": {
       "type": "Collection",
       "id": "https://friends.grishka.me/posts/66561/replies",
@@ -53,4 +45,4 @@
     "type": "RsaSignature2017",
     "signatureValue": "MmEf4hjfwfQbm/W8qfONwf0uEXO4dhKApX8PlodSNi9x6E4kEgBvx7BrKg3gtqnXfU/cbGdVIN/yCz8+v7Tp2T2kj1yRpD7WjbgwzkrOlhxLi3zPXd4En/cVVdZYSfc7R6DGflXOSeOZPnKbrmY6i+1kYkM80Yc+LFtoj0Ftdgc/YbwMynt1OwPvDbB5bJo1NVyRnpNqlqia2VNmdAh1+2vREXZmINsCOFMC5c0RVzEENYMw+ZPsbVdXfoz4wfqK2u2i7SlcDKVErVNPrKn71wfGWRRiLUNupokY1x3jsWeZlPqGvAP3WGS9ChU+FxhnVHbtxIf0QmeOas3okLDSjw=="
   }
-}
\ No newline at end of file
+}
index a8080cae112d9b74d7bf59ee683fae55877b2112..d769575883e2f6868c32021a570e1b24463cffa1 100644 (file)
     }
   ],
   "url": "https://friends.grishka.me/posts/66561",
-  "to": [
-    "https://www.w3.org/ns/activitystreams#Public"
-  ],
-  "cc": [
-    "https://ds9.lemmy.ml/u/nutomic"
-  ],
+  "to": ["https://www.w3.org/ns/activitystreams#Public"],
+  "cc": ["https://ds9.lemmy.ml/u/nutomic"],
   "replies": {
     "type": "Collection",
     "id": "https://friends.grishka.me/posts/66561/replies",
@@ -35,4 +31,4 @@
       "sensitive": "as:sensitive"
     }
   ]
-}
\ No newline at end of file
+}
index 2773aab2257df25b4b9800fb773c99f0ee9430f6..0e04d2a6a56991699ead6dd62f3f50dd618661b9 100644 (file)
@@ -14,9 +14,7 @@
     "width": 573,
     "height": 572,
     "cropRegion": [
-      0.26422762870788574,
-      0.3766937553882599,
-      0.7113820910453796,
+      0.26422762870788574, 0.3766937553882599, 0.7113820910453796,
       0.9728997349739075
     ],
     "url": "https://friends.grishka.me/i/ql_49PQcETAWgY_nC-Qj63H_Oa6FyOAEoWFkUSSkUvQ/c:573:572:nowe:338:362/q:93/bG9jYWw6Ly8vcy91cGxvYWRzL2F2YXRhcnMvNTYzODRhODEwODk5ZTRjMzI4YmY4YmQwM2Q2MWM3NmMud2VicA.jpg",
@@ -80,4 +78,4 @@
     },
     "https://w3id.org/security/v1"
   ]
-}
\ No newline at end of file
+}
index 0ec080e60e8d73e8f23180b328e34f01ebdc8965..114ca25a984af3331a76fff3579880869f5a1b5c 100644 (file)
@@ -8,6 +8,7 @@
 [![License](https://img.shields.io/github/license/LemmyNet/lemmy.svg)](LICENSE)
 ![GitHub stars](https://img.shields.io/github/stars/LemmyNet/lemmy?style=social)
 [![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)
+
 </div>
 
 <p align="center">
 
 ## Sobre El Proyecto
 
-Escritorio|Móvil
----|---
-![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp)|![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp)
+| Escritorio                                                                                                 | Móvil                                                                                                       |
+| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
+| ![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp) | ![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp) |
 
 [Lemmy](https://github.com/LemmyNet/lemmy) es similar a sitios como [Menéame](https://www.meneame.net/), [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), [Raddle](https://raddle.me), o [Hacker News](https://news.ycombinator.com/): te subscribes a los foros que te interesan, publicas enlaces y debates, luego votas y comentas en ellos. Entre bastidores, es muy diferente; cualquiera puede gestionar fácilmente un servidor, y todos estos servidores son federados (piensa en el correo electrónico), y conectados al mismo universo, llamado [Fediverso](https://es.wikipedia.org/wiki/Fediverso).
 
-Para un agregador de enlaces, esto significa que un usuario registrado en un servidor puede suscribirse a los foros de otro servidor, y puede mantener discusiones con usuarios registrados en otros lugares. 
+Para un agregador de enlaces, esto significa que un usuario registrado en un servidor puede suscribirse a los foros de otro servidor, y puede mantener discusiones con usuarios registrados en otros lugares.
 
 El objetivo general es crear una alternativa a reddit y otros agregadores de enlaces, fácilmente auto-hospedada, descentralizada, fuera de su control e intromisión corporativa.
 
 Cada servidor lemmy puede establecer su propia política de moderación; nombrando a los administradores del sitio y a los moderadores de la comunidad para mantener alejados a los trolls, y fomentar un entorno saludable y no tóxico en el que puedan sentirse cómodos contribuyendo.
 
-*Nota: Las APIs WebSocket y HTTP actualmente son inestables*
+_Nota: Las APIs WebSocket y HTTP actualmente son inestables_
 
 ### ¿Por qué se llama Lemmy?
 
 - Cantante principal de [Motörhead](https://invidio.us/watch?v=pWB5JZRGl0U).
-- El [videojuego de la vieja escuela](<https://es.wikipedia.org/wiki/Lemmings>).
+- El [videojuego de la vieja escuela](https://es.wikipedia.org/wiki/Lemmings).
 - El [Koopa de Super Mario](https://www.mariowiki.com/Lemmy_Koopa).
 - Los [roedores peludos](http://sunchild.fpwc.org/lemming-the-little-giant-of-the-north/).
 
@@ -84,9 +85,9 @@ Cada servidor lemmy puede establecer su propia política de moderación; nombran
   - Puntuaciones completas de los votos `(+/-)` como en el antiguo reddit.
   - Temas, incluidos los claros, los oscuros, y los solarizados.
   - Emojis con soporte de autocompletado. Empieza tecleando `:`
-    - *Ejemplo* `miau :cat:` => `miau 🐈`
+    - _Ejemplo_ `miau :cat:` => `miau 🐈`
   - Etiquetado de Usuarios con `@`, etiquetado de Comunidades con `!`.
-    - *Ejemplo* `@miguel@lemmy.ml me invitó a la comunidad !gaming@lemmy.ml`
+    - _Ejemplo_ `@miguel@lemmy.ml me invitó a la comunidad !gaming@lemmy.ml`
   - Carga de imágenes integrada tanto en las publicaciones como en los comentarios.
   - Una publicación puede consistir en un título y cualquier combinación de texto propio, una URL o nada más.
   - Notificaciones, sobre las respuestas a los comentarios y cuando te etiquetan.
index 88c84aa478d259dadc158d8fd276bf5b81456dd4..17448ee53f00f436882021b5922b7f549f704977 100644 (file)
@@ -8,6 +8,7 @@
 [![License](https://img.shields.io/github/license/LemmyNet/lemmy.svg)](LICENSE)
 ![GitHub stars](https://img.shields.io/github/stars/LemmyNet/lemmy?style=social)
 [![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)
+
 </div>
 
 <p align="center">
 
 ## О проекте
 
-Десктоп|Мобильный
----|---
-![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp)|![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp)
+| Десктоп                                                                                                    | Мобильный                                                                                                   |
+| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
+| ![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp) | ![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp) |
 
 [Lemmy](https://github.com/LemmyNet/lemmy) это аналог таких сайтов как [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), или [Hacker News](https://news.ycombinator.com/): вы подписываетесь на форумы, которые вас интересуют , размещаете ссылки и дискутируете, затем голосуете и комментируете их. Однако за кулисами всё совсем по-другому; любой может легко запустить сервер, и все эти серверы объединены (например электронная почта) и подключены к одной вселенной, именуемой [Федиверс](https://ru.wikipedia.org/wiki/Fediverse).
 
 Для агрегатора ссылок это означает, что пользователь, зарегистрированный на одном сервере, может подписаться на форумы на любом другом сервере и может вести обсуждения с пользователями, зарегистрированными в другом месте.
 
-Основная цель - создать легко размещаемую, децентрализованную альтернативу Reddit и другим агрегаторам ссылок, вне их корпоративного контроля и вмешательства. 
+Основная цель - создать легко размещаемую, децентрализованную альтернативу Reddit и другим агрегаторам ссылок, вне их корпоративного контроля и вмешательства.
 
-Каждый сервер Lemmy может устанавливать свою собственную политику модерации; назначать администраторов всего сайта и модераторов сообщества для защиты от троллей и создания здоровой, нетоксичной среды, в которой каждый может чувствовать себя комфортно. 
+Каждый сервер Lemmy может устанавливать свою собственную политику модерации; назначать администраторов всего сайта и модераторов сообщества для защиты от троллей и создания здоровой, нетоксичной среды, в которой каждый может чувствовать себя комфортно.
 
-*Примечание: API-интерфейсы WebSocket и HTTP в настоящее время нестабильны*
+_Примечание: API-интерфейсы WebSocket и HTTP в настоящее время нестабильны_
 
 ### Почему назвали Lemmy (рус.Лемми)?
 
   - i18n / поддержка интернационализации.
   - RSS / Atom ленты для `Все`, `Подписок`, `Входящих`, `Пользователь`, and `Сообщества`.
 - Поддержка кросс-постинга.
-  - *Поиск похожих постов* при создании новых. Отлично подходит для вопросов / ответов сообществ.
+  - _Поиск похожих постов_ при создании новых. Отлично подходит для вопросов / ответов сообществ.
 - Возможности модерации.
   - Журналы (Логи) Публичной Модерации.
   - Можно прикреплять посты в топ сообщества.
-  - Оба и администраторы сайта и модераторы сообщества, могут назначать других модераторов. 
+  - Оба и администраторы сайта и модераторы сообщества, могут назначать других модераторов.
   - Можно блокировать, удалять и восстанавливать сообщения и комментарии.
   - Можно банить и разблокировать пользователей в сообществе и на сайте.
-  - Можно передавать сайт и сообщества другим. 
-- Можно полностью стереть ваши данные, удалив все посты и комментарии. 
+  - Можно передавать сайт и сообщества другим.
+- Можно полностью стереть ваши данные, удалив все посты и комментарии.
 - NSFW (аббр. Небезопасный/неподходящий для работы) пост / поддерживается сообществом.
 - Поддержка OEmbed через Iframely.
 - Высокая производительность.
index b6cdc314f7d31036051d8517ed7fa36676455a55..e800ce62443a8e38dd1b1856d091bb499725dabe 100644 (file)
@@ -8,6 +8,7 @@
 [![License](https://img.shields.io/github/license/LemmyNet/lemmy.svg)](LICENSE)
 ![GitHub stars](https://img.shields.io/github/stars/LemmyNet/lemmy?style=social)
 [![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)
+
 </div>
 
 <p align="center">
@@ -45,9 +46,9 @@
 
 ## 关于项目
 
-桌面应用|移动应用
----|---
-![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp)|![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp)
+| 桌面应用                                                                                                   | 移动应用                                                                                                    |
+| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
+| ![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp) | ![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp) |
 
 [Lemmy](https://github.com/LemmyNet/lemmy) 与 [Reddit](https://reddit.com)、[Lobste.rs](https://lobste.rs) 或 [Hacker News](https://news.ycombinator.com/) 等网站类似:你可以订阅你感兴趣的论坛,发布链接和讨论,然后进行投票或评论。但在幕后,Lemmy 和他们不同——任何人都可以很容易地运行一个服务器,所有服务器都是联邦式的(想想电子邮件),并连接到 [联邦宇宙](https://zh.wikipedia.org/wiki/%E8%81%94%E9%82%A6%E5%AE%87%E5%AE%99)。
 
   - Emoji 和自动补全。输入 `:` 开始。
   - 通过 `@` 提及用户,`!` 提及社区。
   - 在帖子和评论中都集成了图片上传功能。
-  - 一个帖子可以由一个标题和自我文本的任何组合组成,一个URL,或没有其他。
+  - 一个帖子可以由一个标题和自我文本的任何组合组成,一个 URL,或没有其他。
   - 评论回复和提及时的通知。
     - 通知可通过电子邮件发送。
     - 支持私信。
   - i18n(国际化)支持。
   - `All`、`Subscribed`、`Inbox`、`User` 和 `Community` 的 RSS / Atom 订阅。
 - 支持多重发布。
-  - 在创建新的帖子时,有 *相似帖子* 的建议,对问答式社区很有帮助。
+  - 在创建新的帖子时,有 _相似帖子_ 的建议,对问答式社区很有帮助。
 - 监管能力。
   - 公开的修改日志。
   - 可以把帖子在社区置顶。
index 3cc891b3b851322ed6592b58ac60a13707aef2bb..7eaf786afe0fe15106e1e7fd5fa772404b3ac1af 100644 (file)
@@ -9,6 +9,7 @@
 [![License](https://img.shields.io/github/license/LemmyNet/lemmy.svg)](LICENSE)
 ![GitHub stars](https://img.shields.io/github/stars/LemmyNet/lemmy?style=social)
 [![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)
+
 </div>
 
 <p align="center">
@@ -46,9 +47,9 @@
 
 ## 關於專案
 
-桌面設備|行動裝置
----|---
-![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp)|![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp)
+| 桌面設備                                                                                                   | 行動裝置                                                                                                    |
+| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
+| ![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp) | ![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp) |
 
 [Lemmy](https://github.com/LemmyNet/lemmy) 與 [Reddit](https://reddit.com)、[Lobste.rs](https://lobste.rs) 或 [Hacker News](https://news.ycombinator.com/) 等網站類似:你可以訂閱你感興趣的論壇,釋出連結和討論,然後進行投票或評論。但在幕後,Lemmy 和他們不同——任何人都可以很容易地架設一個伺服器,所有伺服器都是聯邦式的(想想電子郵件),並與 [聯邦宇宙](https://zh.wikipedia.org/wiki/%E8%81%94%E9%82%A6%E5%AE%87%E5%AE%99) 互聯。
 
   - Emoji 和自動補全。輸入 `:` 開始。
   - 透過 `@` 提及使用者,`!` 提及社群。
   - 在帖子和評論中都集成了圖片上傳功能。
-  - 一個帖子可以由一個標題和自我文字的任何組合組成,一個URL,或沒有其他。
+  - 一個帖子可以由一個標題和自我文字的任何組合組成,一個 URL,或沒有其他。
   - 評論回覆和提及時的通知。
     - 通知可透過電子郵件傳送。
     - 支援私信。
   - i18n(國際化)支援。
   - `All`、`Subscribed`、`Inbox`、`User` 和 `Community` 的 RSS / Atom 訂閱。
 - 支援多重發布。
-  - 在建立新的帖子時,有 *相似帖子* 的建議,對問答式社群很有幫助。
+  - 在建立新的帖子時,有 _相似帖子_ 的建議,對問答式社群很有幫助。
 - 監管能力。
   - 公開的修改日誌。
   - 可以把帖子在社群置頂。