Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
152e595f20 Tumblr: Creation of comments 2026-03-15 23:11:55 +00:00

View file

@ -547,6 +547,8 @@ function tumblr_send(array &$b)
if ($b['gravity'] == Item::GRAVITY_COMMENT) {
DI::logger()->notice('Commenting is not supported (yet)');
// $params = ['reply_text' => ''];
// $result = tumblr_post($b['uid'], 'blog/' . $page . '/posts/' . $parent['id'] . '/reply', $params);
} else {
if (($b['verb'] == Activity::LIKE) && !$b['deleted']) {
$params = ['id' => $parent['id'], 'reblog_key' => $parent['reblog_key']];