We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_filter( 'mastodon_api_account_id', function ( $ret, $in_reply_to_id ) { // Your code here return $ret; }, 10, 2 );
$ret
$in_reply_to_id
apply_filters( 'mastodon_api_account_id', null, $status->in_reply_to_id )
Hooks
There was an error while loading. Please reload this page.