Skip to content

Commit

Permalink
Fix likes and comment publishing
Browse files Browse the repository at this point in the history
Update the dependencies
  • Loading branch information
edhelas committed Jul 21, 2023
1 parent 4e0c6f2 commit 1e545a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
22 changes: 9 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Moxl/Xec/Action/Microblog/CommentPublish.php
Expand Up @@ -25,7 +25,7 @@ public function __construct()
public function request()
{
$this->store();
Pubsub::postPublish($this->_to, $this->_node, $this->_atom);
Pubsub::postPublish($this->_to, $this->_node, $this->_atom, false);
}

public function setTo($to)
Expand Down

0 comments on commit 1e545a6

Please sign in to comment.