forked from friendica/friendica-addons
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 152e595f20 |
1 changed files with 2 additions and 0 deletions
|
|
@ -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']];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue