From: Nutomic Date: Tue, 14 Feb 2023 18:40:39 +0000 (+0900) Subject: Fix writing of `removeData` in apub context (fixes #2734) (#2735) X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=25e98064b6b3005ef7fc9c81df2ae8d9b5a01d84;p=lemmy.git Fix writing of `removeData` in apub context (fixes #2734) (#2735) --- diff --git a/crates/apub/assets/lemmy/context.json b/crates/apub/assets/lemmy/context.json index 710c2f4a..077fecc8 100644 --- a/crates/apub/assets/lemmy/context.json +++ b/crates/apub/assets/lemmy/context.json @@ -11,7 +11,7 @@ "sensitive": "as:sensitive", "matrixUserId": "lemmy:matrixUserId", "posting_restricted_to_mods": "lemmy:posting_restricted_to_mods", - "remove_data": "lemmy:remove_data", + "removeData": "lemmy:removeData", "stickied": "lemmy:stickied", "moderators": { "@type": "@id", diff --git a/crates/utils/translations b/crates/utils/translations index 2b95e1fa..21808b45 160000 --- a/crates/utils/translations +++ b/crates/utils/translations @@ -1 +1 @@ -Subproject commit 2b95e1fa2f6ecb50a5b0575b1362b9f81a60e9b7 +Subproject commit 21808b45ea3ef7fa91654d4f6738b5144da6bfe7