Notice: Return Conversation URL instead of ID (#13)
This commit is contained in:
parent
78113620eb
commit
bff507bab8
@ -81,7 +81,7 @@ class Activitypub_notice extends Managed_DataObject
|
|||||||
'url' => $notice->getUrl(),
|
'url' => $notice->getUrl(),
|
||||||
'reply_to' => empty($notice->reply_to) ? null : Notice::getById($notice->reply_to)->getUri(),
|
'reply_to' => empty($notice->reply_to) ? null : Notice::getById($notice->reply_to)->getUri(),
|
||||||
'is_local' => $notice->isLocal(),
|
'is_local' => $notice->isLocal(),
|
||||||
'conversation' => intval($notice->conversation),
|
'conversation' => $notice->getConversationUrl(),
|
||||||
'attachment' => $attachments,
|
'attachment' => $attachments,
|
||||||
'tag' => $tags
|
'tag' => $tags
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user