Update activitiypub.extend.php
This commit is contained in:
parent
72b229ecf0
commit
e71bf2b3e2
|
@ -184,8 +184,9 @@ class _GNUBOARD_ActivityPub {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function inbox() {
|
public static function inbox() {
|
||||||
// 개인에게 보낸 메시지는 쪽지
|
// 개인에게 보낸 메시지는 쪽지에 저장
|
||||||
// 공개(Public) 설정한 메시지는 ACTIVITYPUB_STREAMS_TABLENAME 에 저장
|
// 공개(Public) 설정한 메시지는 ACTIVITYPUB_G5_TABLENAME에 저장
|
||||||
|
// 게시물이 특정된 경우 댓글로 저장 (그누 전용)
|
||||||
|
|
||||||
$data = json_decode(file_get_contents("php://input"), true);
|
$data = json_decode(file_get_contents("php://input"), true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user