From e71bf2b3e29a74518f407e61de0d25b484a7e5e8 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 29 Jun 2022 20:48:04 +0900 Subject: [PATCH] Update activitiypub.extend.php --- extend/activitiypub.extend.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extend/activitiypub.extend.php b/extend/activitiypub.extend.php index 53188e7..59a1b2e 100644 --- a/extend/activitiypub.extend.php +++ b/extend/activitiypub.extend.php @@ -184,9 +184,10 @@ class _GNUBOARD_ActivityPub { } public static function inbox() { - // 개인에게 보낸 메시지는 쪽지 - // 공개(Public) 설정한 메시지는 ACTIVITYPUB_STREAMS_TABLENAME 에 저장 - + // 개인에게 보낸 메시지는 쪽지에 저장 + // 공개(Public) 설정한 메시지는 ACTIVITYPUB_G5_TABLENAME에 저장 + // 게시물이 특정된 경우 댓글로 저장 (그누 전용) + $data = json_decode(file_get_contents("php://input"), true); if (empty($data['@context'])) {