summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/ap
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-06-10 14:03:28 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-06-10 14:03:28 +0900
commitd04014f875a03ae9b8f0f36338fd2446e7eb3150 (patch)
tree447ab37a76486c9ec2ad5985e86c1f325b61f73c /src/server/api/endpoints/ap
parentMerge branch 'develop' (diff)
parent12.83.0 (diff)
downloadmisskey-d04014f875a03ae9b8f0f36338fd2446e7eb3150.tar.gz
misskey-d04014f875a03ae9b8f0f36338fd2446e7eb3150.tar.bz2
misskey-d04014f875a03ae9b8f0f36338fd2446e7eb3150.zip
Merge branch 'develop'
Diffstat (limited to 'src/server/api/endpoints/ap')
-rw-r--r--src/server/api/endpoints/ap/get.ts8
-rw-r--r--src/server/api/endpoints/ap/show.ts8
2 files changed, 0 insertions, 16 deletions
diff --git a/src/server/api/endpoints/ap/get.ts b/src/server/api/endpoints/ap/get.ts
index c889d472bb..f2b4c2408f 100644
--- a/src/server/api/endpoints/ap/get.ts
+++ b/src/server/api/endpoints/ap/get.ts
@@ -6,19 +6,11 @@ import { ApiError } from '../../error';
export const meta = {
tags: ['federation'],
- desc: {
- 'ja-JP': 'URIを指定してActivityPubオブジェクトを参照します。',
- 'en-US': 'Browse to the ActivityPub object by specifying the URI.'
- },
-
requireCredential: false as const,
params: {
uri: {
validator: $.str,
- desc: {
- 'ja-JP': 'ActivityPubオブジェクトのURI'
- }
},
},
diff --git a/src/server/api/endpoints/ap/show.ts b/src/server/api/endpoints/ap/show.ts
index b4df1ad4d7..7f61055bfa 100644
--- a/src/server/api/endpoints/ap/show.ts
+++ b/src/server/api/endpoints/ap/show.ts
@@ -15,19 +15,11 @@ import { isActor, isPost, getApId } from '../../../../remote/activitypub/type';
export const meta = {
tags: ['federation'],
- desc: {
- 'ja-JP': 'URIを指定してActivityPubオブジェクトを参照します。',
- 'en-US': 'Browse to the ActivityPub object by specifying the URI.'
- },
-
requireCredential: false as const,
params: {
uri: {
validator: $.str,
- desc: {
- 'ja-JP': 'ActivityPubオブジェクトのURI'
- }
},
},